Shades of Persian Rose #F72CA4
Tints of Persian Rose #F72CA4
RGB
CMYK
RGB Variations
Color information
#F72CA4 (or 0xF72CA4) is known color: Persian Rose. HEX triplet: F7, 2C and A4. RGB value is (247,44,164). Sum of RGB (Red+Green+Blue) = 247+44+164=455 (60% of max value = 765). Red value is 247 (96.88% from 255 or 54.29% from 455); Green value is 44 (17.58% from 255 or 9.67% from 455); Blue value is 164 (64.45% from 255 or 36.04% from 455); Max value from RGB is 247 - color contains mainly: red. Hex color #F72CA4 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F72CA4 is #08D35B. Grayscale: #767676. Windows color (decimal): -578396 or 10759415. OLE color: 10759415.
HSL color Cylindrical-coordinate representation of color #F72CA4: hue angle of 324.53º 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 #F72CA4 is Cyan = 0, Magento = 0.82, Yellow = 0.34 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 44 | 164 | - |
| CMYK | 0 | 0.82 | 0.34 | 0.03 |
| HSL | 324.53º | 0.93% | 0.57% | - |
| HSV(B) | 324.53º | 0.82% | 0.97% | - |
| XYZ | 45.96 | 24.26 | 37.38 | - |
| YUV | 118.38 | 153.75 | 219.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 44 | 164 | 0 | 0.82 | 0.34 | 0.03 | 324.53 | 0.93 | 0.57 |
| Hex | F7 | 2C | A4 | 0 | 52 | 22 | 3 | 145 | 5D | 39 |
| Octal | 367 | 54 | 244 | 0 | 122 | 42 | 3 | 505 | 135 | 71 |
| Binary | 11110111 | 101100 | 10100100 | 0 | 1010010 | 100010 | 11 | 101000101 | 1011101 | 111001 |
Color Harmonies of #F72CA4
Complementary color
Monochromatic Colors of #F72CA4
Black with #F72CA4
Text Example
Text Example
White with #F72CA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F72CA4; }
p { color: rgb(247,44,164); }
H1.HeaderClassName
{
color: #F72CA4;
}
.AnyTagClassName
{
color: #F72CA4;
}
</style>
background-color css
<style>
a { background-color: #F72CA4; }
a { background-color: rgb(247,44,164); }
div.DivClassName
{
background-color: #F72CA4;
}
.BgClassName
{
background-color: #F72CA4;
}
</style>
border-color css
<style>
span { border-color: #F72CA4; }
span { border-color: rgb(247,44,164); }
td.TdClassName
{
border-color: #F72CA4;
}
.TagClassName
{
border-color: #F72CA4;
}
</style>