#FF118A

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

Shades of Deep Pink #FF118A

Tints of Deep Pink #FF118A

Color information

#FF118A (or 0xFF118A) is unknown color: approx Deep Pink. HEX triplet: FF, 11 and 8A. RGB value is (255,17,138). Sum of RGB (Red+Green+Blue) = 255+17+138=410 (54% of max value = 765). Red value is 255 (100% from 255 or 62.20% from 410); Green value is 17 (7.03% from 255 or 4.15% from 410); Blue value is 138 (54.30% from 255 or 33.66% from 410); Max value from RGB is 255 - color contains mainly: red. Hex color #FF118A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF118A is #00EE75. Grayscale: #656565. Windows color (decimal): -61046 or 9048575. OLE color: 9048575.

HSL color Cylindrical-coordinate representation of color #FF118A: hue angle of 329.5º 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 #FF118A is Cyan = 0, Magento = 0.93, Yellow = 0.46 and Black (K on CMYK) = 0.

Color convert

RGB25517138-
CMYK00.930.460
HSL329.5º100%53.33%-
HSV(B)329.5º93.33%100%-
XYZ46.0323.526.15-
YUV101.96148.35237.16-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 62.20%
GREEN value IS 17 (7.03% from 255) = 4.15%
BLUE value IS 138 (54.30% from 255) = 33.66%
R=62.20%
G=4.15%
B=33.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.46
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551713800.930.460329.510053.33
HexFF118A05D2E01496435
Octal37721212013556051114465
Binary1111111110001100010100101110110111001010010011100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF118A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF118A; }

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

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

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

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

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

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

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

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