#F31199

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

Shades of Deep Pink #F31199

Tints of Deep Pink #F31199

Color information

#F31199 (or 0xF31199) is unknown color: approx Deep Pink. HEX triplet: F3, 11 and 99. RGB value is (243,17,153). Sum of RGB (Red+Green+Blue) = 243+17+153=413 (54% of max value = 765). Red value is 243 (95.31% from 255 or 58.84% from 413); Green value is 17 (7.03% from 255 or 4.12% from 413); Blue value is 153 (60.16% from 255 or 37.05% from 413); Max value from RGB is 243 - color contains mainly: red. Hex color #F31199 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F31199 is #0CEE66. Grayscale: #636363. Windows color (decimal): -847463 or 10031603. OLE color: 10031603.

HSL color Cylindrical-coordinate representation of color #F31199: hue angle of 323.89º degrees, saturation: 0.9, 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 #F31199 is Cyan = 0, Magento = 0.93, Yellow = 0.37 and Black (K on CMYK) = 0.05.

Color convert

RGB24317153-
CMYK00.930.370.05
HSL323.89º90.4%50.98%-
HSV(B)323.89º93%95.29%-
XYZ42.9121.7632.07-
YUV100.08157.87229.94-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 58.84%
GREEN value IS 17 (7.03% from 255) = 4.12%
BLUE value IS 153 (60.16% from 255) = 37.05%
R=58.84%
G=4.12%
B=37.05%

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
Decimal2431715300.930.370.05323.8990.450.98
HexF3119905D2551445a33
Octal36321231013545550413263
Binary111100111000110011001010111011001011011010001001011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F31199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F31199; }

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

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

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

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

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

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

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

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