#F02CAF

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

Shades of Persian Rose #F02CAF

Tints of Persian Rose #F02CAF

Color information

#F02CAF (or 0xF02CAF) is unknown color: approx Persian Rose. HEX triplet: F0, 2C and AF. RGB value is (240,44,175). Sum of RGB (Red+Green+Blue) = 240+44+175=459 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.29% from 459); Green value is 44 (17.58% from 255 or 9.59% from 459); Blue value is 175 (68.75% from 255 or 38.13% from 459); Max value from RGB is 240 - color contains mainly: red. Hex color #F02CAF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F02CAF is #0FD350. Grayscale: #757575. Windows color (decimal): -1037137 or 11480304. OLE color: 11480304.

HSL color Cylindrical-coordinate representation of color #F02CAF: hue angle of 319.9º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F02CAF is Cyan = 0, Magento = 0.82, Yellow = 0.27 and Black (K on CMYK) = 0.06.

Color convert

RGB24044175-
CMYK00.820.270.06
HSL319.9º86.73%55.69%-
HSV(B)319.9º81.67%94.12%-
XYZ44.5723.4242.73-
YUV117.54160.43215.35-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 52.29%
GREEN value IS 44 (17.58% from 255) = 9.59%
BLUE value IS 175 (68.75% from 255) = 38.13%
R=52.29%
G=9.59%
B=38.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.27
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2404417500.820.270.06319.986.7355.69
HexF02CAF0521B61405738
Octal36054257012233650012770
Binary111100001011001010111101010010110111101010000001010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F02CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F02CAF; }

 p { color: rgb(240,44,175); }

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

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

 a { background-color: rgb(240,44,175); }

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

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

 span { border-color: rgb(240,44,175); }

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