Shades of Persian Rose #F72098
Tints of Persian Rose #F72098
RGB
CMYK
RGB Variations
Color information
#F72098 (or 0xF72098) is known color: Persian Rose. HEX triplet: F7, 20 and 98. RGB value is (247,32,152). Sum of RGB (Red+Green+Blue) = 247+32+152=431 (57% of max value = 765). Red value is 247 (96.88% from 255 or 57.31% from 431); Green value is 32 (12.89% from 255 or 7.42% from 431); Blue value is 152 (59.77% from 255 or 35.27% from 431); Max value from RGB is 247 - color contains mainly: red. Hex color #F72098 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F72098 is #08DF67. Grayscale: #6D6D6D. Windows color (decimal): -581480 or 9969911. OLE color: 9969911.
HSL color Cylindrical-coordinate representation of color #F72098: hue angle of 326.51º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F72098 is Cyan = 0, Magento = 0.87, Yellow = 0.38 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 32 | 152 | - |
| CMYK | 0 | 0.87 | 0.38 | 0.03 |
| HSL | 326.51º | 0.93% | 0.55% | - |
| HSV(B) | 326.51º | 0.87% | 0.97% | - |
| XYZ | 44.54 | 23.07 | 31.81 | - |
| YUV | 109.97 | 151.73 | 225.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 32 | 152 | 0 | 0.87 | 0.38 | 0.03 | 326.51 | 0.93 | 0.55 |
| Hex | F7 | 20 | 98 | 0 | 57 | 26 | 3 | 147 | 5D | 37 |
| Octal | 367 | 40 | 230 | 0 | 127 | 46 | 3 | 507 | 135 | 67 |
| Binary | 11110111 | 100000 | 10011000 | 0 | 1010111 | 100110 | 11 | 101000111 | 1011101 | 110111 |
Color Harmonies of #F72098
Complementary color
Monochromatic Colors of #F72098
Black with #F72098
Text Example
Text Example
White with #F72098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F72098; }
p { color: rgb(247,32,152); }
H1.HeaderClassName
{
color: #F72098;
}
.AnyTagClassName
{
color: #F72098;
}
</style>
background-color css
<style>
a { background-color: #F72098; }
a { background-color: rgb(247,32,152); }
div.DivClassName
{
background-color: #F72098;
}
.BgClassName
{
background-color: #F72098;
}
</style>
border-color css
<style>
span { border-color: #F72098; }
span { border-color: rgb(247,32,152); }
td.TdClassName
{
border-color: #F72098;
}
.TagClassName
{
border-color: #F72098;
}
</style>