#F52FA4

Color #F52FA4 Persian Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Rose #F52FA4

Tints of Persian Rose #F52FA4

Color information

#F52FA4 (or 0xF52FA4) is unknown color: approx Persian Rose. HEX triplet: F5, 2F and A4. RGB value is (245,47,164). Sum of RGB (Red+Green+Blue) = 245+47+164=456 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.73% from 456); Green value is 47 (18.75% from 255 or 10.31% from 456); Blue value is 164 (64.45% from 255 or 35.96% from 456); Max value from RGB is 245 - color contains mainly: red. Hex color #F52FA4 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F52FA4 is #0AD05B. Grayscale: #777777. Windows color (decimal): -708700 or 10760181. OLE color: 10760181.

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

Color convert

RGB24547164-
CMYK00.810.330.04
HSL324.55º90.83%57.25%-
HSV(B)324.55º80.82%96.08%-
XYZ45.3724.1337.39-
YUV119.54153.1217.49-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 53.73%
GREEN value IS 47 (18.75% from 255) = 10.31%
BLUE value IS 164 (64.45% from 255) = 35.96%
R=53.73%
G=10.31%
B=35.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.33
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2454716400.810.330.04324.5590.8357.25
HexF52FA40512141455b39
Octal36557244012141450513371
Binary1111010110111110100100010100011000011001010001011011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F52FA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F52FA4; }

 p { color: rgb(245,47,164); }

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

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

 a { background-color: rgb(245,47,164); }

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

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

 span { border-color: rgb(245,47,164); }

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