#FF118E

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

Shades of Deep Pink #FF118E

Tints of Deep Pink #FF118E

Color information

#FF118E (or 0xFF118E) is unknown color: approx Deep Pink. HEX triplet: FF, 11 and 8E. RGB value is (255,17,142). Sum of RGB (Red+Green+Blue) = 255+17+142=414 (54% of max value = 765). Red value is 255 (100% from 255 or 61.59% from 414); Green value is 17 (7.03% from 255 or 4.11% from 414); Blue value is 142 (55.86% from 255 or 34.30% from 414); Max value from RGB is 255 - color contains mainly: red. Hex color #FF118E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF118E is #00EE71. Grayscale: #666666. Windows color (decimal): -61042 or 9310719. OLE color: 9310719.

HSL color Cylindrical-coordinate representation of color #FF118E: hue angle of 328.49º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FF118E is Cyan = 0, Magento = 0.93, Yellow = 0.44 and Black (K on CMYK) = 0.

Color convert

RGB25517142-
CMYK00.930.440
HSL328.49º100%53.33%-
HSV(B)328.49º93.33%100%-
XYZ46.3223.6127.71-
YUV102.41150.35236.84-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 61.59%
GREEN value IS 17 (7.03% from 255) = 4.11%
BLUE value IS 142 (55.86% from 255) = 34.30%
R=61.59%
G=4.11%
B=34.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.44
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551714200.930.440328.4910053.33
HexFF118E05D2C01486435
Octal37721216013554051014465
Binary1111111110001100011100101110110110001010010001100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF118E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF118E; }

 p { color: rgb(255,17,142); }

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

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

 a { background-color: rgb(255,17,142); }

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

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

 span { border-color: rgb(255,17,142); }

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