Shades of Persian Rose #F72396
Tints of Persian Rose #F72396
RGB
CMYK
RGB Variations
Color information
#F72396 (or 0xF72396) is known color: Persian Rose. HEX triplet: F7, 23 and 96. RGB value is (247,35,150). Sum of RGB (Red+Green+Blue) = 247+35+150=432 (57% of max value = 765). Red value is 247 (96.88% from 255 or 57.18% from 432); Green value is 35 (14.06% from 255 or 8.10% from 432); Blue value is 150 (58.98% from 255 or 34.72% from 432); Max value from RGB is 247 - color contains mainly: red. Hex color #F72396 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F72396 is #08DC69. Grayscale: #6F6F6F. Windows color (decimal): -580714 or 9839607. OLE color: 9839607.
HSL color Cylindrical-coordinate representation of color #F72396: hue angle of 327.45º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F72396 is Cyan = 0, Magento = 0.86, Yellow = 0.39 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 35 | 150 | - |
| CMYK | 0 | 0.86 | 0.39 | 0.03 |
| HSL | 327.45º | 0.93% | 0.55% | - |
| HSV(B) | 327.45º | 0.86% | 0.97% | - |
| XYZ | 44.46 | 23.18 | 30.98 | - |
| YUV | 111.5 | 149.74 | 224.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 35 | 150 | 0 | 0.86 | 0.39 | 0.03 | 327.45 | 0.93 | 0.55 |
| Hex | F7 | 23 | 96 | 0 | 56 | 27 | 3 | 147 | 5D | 37 |
| Octal | 367 | 43 | 226 | 0 | 126 | 47 | 3 | 507 | 135 | 67 |
| Binary | 11110111 | 100011 | 10010110 | 0 | 1010110 | 100111 | 11 | 101000111 | 1011101 | 110111 |
Color Harmonies of #F72396
Complementary color
Monochromatic Colors of #F72396
Black with #F72396
Text Example
Text Example
White with #F72396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F72396; }
p { color: rgb(247,35,150); }
H1.HeaderClassName
{
color: #F72396;
}
.AnyTagClassName
{
color: #F72396;
}
</style>
background-color css
<style>
a { background-color: #F72396; }
a { background-color: rgb(247,35,150); }
div.DivClassName
{
background-color: #F72396;
}
.BgClassName
{
background-color: #F72396;
}
</style>
border-color css
<style>
span { border-color: #F72396; }
span { border-color: rgb(247,35,150); }
td.TdClassName
{
border-color: #F72396;
}
.TagClassName
{
border-color: #F72396;
}
</style>