#F11299

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

Shades of Deep Pink #F11299

Tints of Deep Pink #F11299

Color information

#F11299 (or 0xF11299) is unknown color: approx Deep Pink. HEX triplet: F1, 12 and 99. RGB value is (241,18,153). Sum of RGB (Red+Green+Blue) = 241+18+153=412 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.50% from 412); Green value is 18 (7.42% from 255 or 4.37% from 412); Blue value is 153 (60.16% from 255 or 37.14% from 412); Max value from RGB is 241 - color contains mainly: red. Hex color #F11299 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F11299 is #0EED66. Grayscale: #636363. Windows color (decimal): -978279 or 10031857. OLE color: 10031857.

HSL color Cylindrical-coordinate representation of color #F11299: hue angle of 323.68º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F11299 is Cyan = 0, Magento = 0.93, Yellow = 0.37 and Black (K on CMYK) = 0.05.

Color convert

RGB24118153-
CMYK00.930.370.05
HSL323.68º88.84%50.78%-
HSV(B)323.68º92.53%94.51%-
XYZ42.2421.4332.05-
YUV100.07157.88228.52-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 58.50%
GREEN value IS 18 (7.42% from 255) = 4.37%
BLUE value IS 153 (60.16% from 255) = 37.14%
R=58.50%
G=4.37%
B=37.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.37
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411815300.930.370.05323.6888.8450.78
HexF1129905D2551445933
Octal36122231013545550413163
Binary111100011001010011001010111011001011011010001001011001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F11299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F11299; }

 p { color: rgb(241,18,153); }

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

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

 a { background-color: rgb(241,18,153); }

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

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

 span { border-color: rgb(241,18,153); }

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