#F31998

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

Shades of Deep Pink #F31998

Tints of Deep Pink #F31998

Color information

#F31998 (or 0xF31998) is unknown color: approx Deep Pink. HEX triplet: F3, 19 and 98. RGB value is (243,25,152). Sum of RGB (Red+Green+Blue) = 243+25+152=420 (55% of max value = 765). Red value is 243 (95.31% from 255 or 57.86% from 420); Green value is 25 (10.16% from 255 or 5.95% from 420); Blue value is 152 (59.77% from 255 or 36.19% from 420); Max value from RGB is 243 - color contains mainly: red. Hex color #F31998 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F31998 is #0CE667. Grayscale: #686868. Windows color (decimal): -845416 or 9968115. OLE color: 9968115.

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

Color convert

RGB24325152-
CMYK00.900.370.05
HSL325.05º90.08%52.55%-
HSV(B)325.05º89.71%95.29%-
XYZ42.9822.0231.69-
YUV104.66154.72226.67-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 57.86%
GREEN value IS 25 (10.16% from 255) = 5.95%
BLUE value IS 152 (59.77% from 255) = 36.19%
R=57.86%
G=5.95%
B=36.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.37
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2432515200.900.370.05325.0590.0852.55
HexF3199805A2551455a35
Octal36331230013245550513265
Binary111100111100110011000010110101001011011010001011011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F31998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F31998; }

 p { color: rgb(243,25,152); }

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

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

 a { background-color: rgb(243,25,152); }

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

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

 span { border-color: rgb(243,25,152); }

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