#F72CA8

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

Shades of Persian Rose #F72CA8

Tints of Persian Rose #F72CA8

Color information

#F72CA8 (or 0xF72CA8) is unknown color: approx Persian Rose. HEX triplet: F7, 2C and A8. RGB value is (247,44,168). Sum of RGB (Red+Green+Blue) = 247+44+168=459 (60% of max value = 765). Red value is 247 (96.88% from 255 or 53.81% from 459); Green value is 44 (17.58% from 255 or 9.59% from 459); Blue value is 168 (66.02% from 255 or 36.60% from 459); Max value from RGB is 247 - color contains mainly: red. Hex color #F72CA8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F72CA8 is #08D357. Grayscale: #767676. Windows color (decimal): -578392 or 11021559. OLE color: 11021559.

HSL color Cylindrical-coordinate representation of color #F72CA8: hue angle of 323.35º degrees, saturation: 0.93, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F72CA8 is Cyan = 0, Magento = 0.82, Yellow = 0.32 and Black (K on CMYK) = 0.03.

Color convert

RGB24744168-
CMYK00.820.320.03
HSL323.35º92.69%57.06%-
HSV(B)323.35º82.19%96.86%-
XYZ46.3324.439.31-
YUV118.83155.75219.42-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 53.81%
GREEN value IS 44 (17.58% from 255) = 9.59%
BLUE value IS 168 (66.02% from 255) = 36.60%
R=53.81%
G=9.59%
B=36.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.32
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2474416800.820.320.03323.3592.6957.06
HexF72CA80522031435d39
Octal36754250012240350313571
Binary111101111011001010100001010010100000111010000111011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F72CA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F72CA8; }

 p { color: rgb(247,44,168); }

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

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

 a { background-color: rgb(247,44,168); }

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

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

 span { border-color: rgb(247,44,168); }

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