#F52181

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

Shades of Deep Pink #F52181

Tints of Deep Pink #F52181

Color information

#F52181 (or 0xF52181) is unknown color: approx Deep Pink. HEX triplet: F5, 21 and 81. RGB value is (245,33,129). Sum of RGB (Red+Green+Blue) = 245+33+129=407 (53% of max value = 765). Red value is 245 (96.09% from 255 or 60.20% from 407); Green value is 33 (13.28% from 255 or 8.11% from 407); Blue value is 129 (50.78% from 255 or 31.70% from 407); Max value from RGB is 245 - color contains mainly: red. Hex color #F52181 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F52181 is #0ADE7E. Grayscale: #6B6B6B. Windows color (decimal): -712319 or 8462837. OLE color: 8462837.

HSL color Cylindrical-coordinate representation of color #F52181: hue angle of 332.83º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F52181 is Cyan = 0, Magento = 0.87, Yellow = 0.47 and Black (K on CMYK) = 0.04.

Color convert

RGB24533129-
CMYK00.870.470.04
HSL332.83º91.38%54.51%-
HSV(B)332.83º86.53%96.08%-
XYZ42.1622.0922.81-
YUV107.33140.24226.19-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 60.20%
GREEN value IS 33 (13.28% from 255) = 8.11%
BLUE value IS 129 (50.78% from 255) = 31.70%
R=60.20%
G=8.11%
B=31.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.47
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2453312900.870.470.04332.8391.3854.51
HexF521810572F414d5b37
Octal36541201012757451513367
Binary1111010110000110000001010101111011111001010011011011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F52181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F52181; }

 p { color: rgb(245,33,129); }

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

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

 a { background-color: rgb(245,33,129); }

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

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

 span { border-color: rgb(245,33,129); }

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