#FF1199

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

Shades of Deep Pink #FF1199

Tints of Deep Pink #FF1199

Color information

#FF1199 (or 0xFF1199) is unknown color: approx Deep Pink. HEX triplet: FF, 11 and 99. RGB value is (255,17,153). Sum of RGB (Red+Green+Blue) = 255+17+153=425 (56% of max value = 765). Red value is 255 (100% from 255 or 60% from 425); Green value is 17 (7.03% from 255 or 4% from 425); Blue value is 153 (60.16% from 255 or 36% from 425); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1199 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF1199 is #00EE66. Grayscale: #676767. Windows color (decimal): -61031 or 10031615. OLE color: 10031615.

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

Color convert

RGB25517153-
CMYK00.930.40
HSL325.71º100%53.33%-
HSV(B)325.71º93.33%100%-
XYZ47.1923.9632.27-
YUV103.67155.85235.94-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 60%
GREEN value IS 17 (7.03% from 255) = 4%
BLUE value IS 153 (60.16% from 255) = 36%
R=60%
G=4%
B=36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.4
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551715300.930.40325.7110053.33
HexFF119905D2801466435
Octal37721231013550050614465
Binary1111111110001100110010101110110100001010001101100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF1199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF1199; }

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

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

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

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

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

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

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

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