#FF119F

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

Shades of Deep Pink #FF119F

Tints of Deep Pink #FF119F

Color information

#FF119F (or 0xFF119F) is unknown color: approx Deep Pink. HEX triplet: FF, 11 and 9F. RGB value is (255,17,159). Sum of RGB (Red+Green+Blue) = 255+17+159=431 (57% of max value = 765). Red value is 255 (100% from 255 or 59.16% from 431); Green value is 17 (7.03% from 255 or 3.94% from 431); Blue value is 159 (62.5% from 255 or 36.89% from 431); Max value from RGB is 255 - color contains mainly: red. Hex color #FF119F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF119F is #00EE60. Grayscale: #686868. Windows color (decimal): -61025 or 10424831. OLE color: 10424831.

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

Color convert

RGB25517159-
CMYK00.930.380
HSL324.2º100%53.33%-
HSV(B)324.2º93.33%100%-
XYZ47.724.1634.95-
YUV104.35158.85235.45-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 59.16%
GREEN value IS 17 (7.03% from 255) = 3.94%
BLUE value IS 159 (62.5% from 255) = 36.89%
R=59.16%
G=3.94%
B=36.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.38
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551715900.930.380324.210053.33
HexFF119F05D2601446435
Octal37721237013546050414465
Binary1111111110001100111110101110110011001010001001100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF119F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF119F; }

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

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

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

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

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

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

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

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