#F52195

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

Shades of Deep Pink #F52195

Tints of Deep Pink #F52195

Color information

#F52195 (or 0xF52195) is unknown color: approx Deep Pink. HEX triplet: F5, 21 and 95. RGB value is (245,33,149). Sum of RGB (Red+Green+Blue) = 245+33+149=427 (56% of max value = 765). Red value is 245 (96.09% from 255 or 57.38% from 427); Green value is 33 (13.28% from 255 or 7.73% from 427); Blue value is 149 (58.59% from 255 or 34.89% from 427); Max value from RGB is 245 - color contains mainly: red. Hex color #F52195 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F52195 is #0ADE6A. Grayscale: #6D6D6D. Windows color (decimal): -712299 or 9773557. OLE color: 9773557.

HSL color Cylindrical-coordinate representation of color #F52195: hue angle of 327.17º 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 #F52195 is Cyan = 0, Magento = 0.87, Yellow = 0.39 and Black (K on CMYK) = 0.04.

Color convert

RGB24533149-
CMYK00.870.390.04
HSL327.17º91.38%54.51%-
HSV(B)327.17º86.53%96.08%-
XYZ43.6222.6730.51-
YUV109.61150.24224.57-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 57.38%
GREEN value IS 33 (13.28% from 255) = 7.73%
BLUE value IS 149 (58.59% from 255) = 34.89%
R=57.38%
G=7.73%
B=34.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.39
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2453314900.870.390.04327.1791.3854.51
HexF521950572741475b37
Octal36541225012747450713367
Binary1111010110000110010101010101111001111001010001111011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F52195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F52195; }

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

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

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

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

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

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

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

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