#FF119A

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

Shades of Deep Pink #FF119A

Tints of Deep Pink #FF119A

Color information

#FF119A (or 0xFF119A) is unknown color: approx Deep Pink. HEX triplet: FF, 11 and 9A. RGB value is (255,17,154). Sum of RGB (Red+Green+Blue) = 255+17+154=426 (56% of max value = 765). Red value is 255 (100% from 255 or 59.86% from 426); Green value is 17 (7.03% from 255 or 3.99% from 426); Blue value is 154 (60.55% from 255 or 36.15% from 426); Max value from RGB is 255 - color contains mainly: red. Hex color #FF119A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF119A is #00EE65. Grayscale: #676767. Windows color (decimal): -61030 or 10097151. OLE color: 10097151.

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

Color convert

RGB25517154-
CMYK00.930.400
HSL325.46º100%53.33%-
HSV(B)325.46º93.33%100%-
XYZ47.2723.9932.71-
YUV103.78156.35235.86-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 59.86%
GREEN value IS 17 (7.03% from 255) = 3.99%
BLUE value IS 154 (60.55% from 255) = 36.15%
R=59.86%
G=3.99%
B=36.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.40
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551715400.930.400325.4610053.33
HexFF119A05D2801456435
Octal37721232013550050514465
Binary1111111110001100110100101110110100001010001011100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF119A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF119A; }

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

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

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

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

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

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

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

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