#F1188C

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

Shades of Deep Pink #F1188C

Tints of Deep Pink #F1188C

Color information

#F1188C (or 0xF1188C) is unknown color: approx Deep Pink. HEX triplet: F1, 18 and 8C. RGB value is (241,24,140). Sum of RGB (Red+Green+Blue) = 241+24+140=405 (53% of max value = 765). Red value is 241 (94.53% from 255 or 59.51% from 405); Green value is 24 (9.77% from 255 or 5.93% from 405); Blue value is 140 (55.08% from 255 or 34.57% from 405); Max value from RGB is 241 - color contains mainly: red. Hex color #F1188C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F1188C is #0EE773. Grayscale: #656565. Windows color (decimal): -976756 or 9181425. OLE color: 9181425.

HSL color Cylindrical-coordinate representation of color #F1188C: hue angle of 327.93º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F1188C is Cyan = 0, Magento = 0.90, Yellow = 0.42 and Black (K on CMYK) = 0.05.

Color convert

RGB24124140-
CMYK00.900.420.05
HSL327.93º88.57%51.96%-
HSV(B)327.93º90.04%94.51%-
XYZ41.3421.2526.73-
YUV102.11149.39227.07-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 59.51%
GREEN value IS 24 (9.77% from 255) = 5.93%
BLUE value IS 140 (55.08% from 255) = 34.57%
R=59.51%
G=5.93%
B=34.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.42
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2412414000.900.420.05327.9388.5751.96
HexF1188C05A2A51485934
Octal36130214013252551013164
Binary111100011100010001100010110101010101011010010001011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1188C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1188C; }

 p { color: rgb(241,24,140); }

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

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

 a { background-color: rgb(241,24,140); }

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

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

 span { border-color: rgb(241,24,140); }

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