#F1748A

Color #F1748A Deep Blush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Blush #F1748A

Tints of Deep Blush #F1748A

Color information

#F1748A (or 0xF1748A) is unknown color: approx Deep Blush. HEX triplet: F1, 74 and 8A. RGB value is (241,116,138). Sum of RGB (Red+Green+Blue) = 241+116+138=495 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.69% from 495); Green value is 116 (45.70% from 255 or 23.43% from 495); Blue value is 138 (54.30% from 255 or 27.88% from 495); Max value from RGB is 241 - color contains mainly: red. Hex color #F1748A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F1748A is #0E8B75. Grayscale: #9B9B9B. Windows color (decimal): -953206 or 9073905. OLE color: 9073905.

HSL color Cylindrical-coordinate representation of color #F1748A: hue angle of 349.44º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F1748A is Cyan = 0, Magento = 0.52, Yellow = 0.43 and Black (K on CMYK) = 0.05.

Color convert

RGB241116138-
CMYK00.520.430.05
HSL349.44º81.7%70%-
HSV(B)349.44º51.87%94.51%-
XYZ47.1133.0327.94-
YUV155.88117.91188.71-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 241 (94.53% from 255) = 48.69%
GREEN value IS 116 (45.70% from 255) = 23.43%
BLUE value IS 138 (54.30% from 255) = 27.88%
R=48.69%
G=23.43%
B=27.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.43
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24111613800.520.430.05349.4481.770
HexF1748A0342B515d5246
Octal361164212064535535122106
Binary11110001111010010001010011010010101110110101110110100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1748A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1748A; }

 p { color: rgb(241,116,138); }

 H1.HeaderClassName
 {
   color: #F1748A;
 }
 .AnyTagClassName
 {
   color: #F1748A;
 }
</style>
background-color css

<style>
 a { background-color: #F1748A; }

 a { background-color: rgb(241,116,138); }

 div.DivClassName
 {
   background-color: #F1748A;
 }
 .BgClassName
 {
   background-color: #F1748A;
 }
</style>
border-color css

<style>
 span { border-color: #F1748A; }

 span { border-color: rgb(241,116,138); }

 td.TdClassName
 {
   border-color: #F1748A;
 }
 .TagClassName
 {
   border-color: #F1748A;
 }
</style>