Shades of Persian Rose #F72898
Tints of Persian Rose #F72898
RGB
CMYK
RGB Variations
Color information
#F72898 (or 0xF72898) is known color: Persian Rose. HEX triplet: F7, 28 and 98. RGB value is (247,40,152). Sum of RGB (Red+Green+Blue) = 247+40+152=439 (58% of max value = 765). Red value is 247 (96.88% from 255 or 56.26% from 439); Green value is 40 (16.02% from 255 or 9.11% from 439); Blue value is 152 (59.77% from 255 or 34.62% from 439); Max value from RGB is 247 - color contains mainly: red. Hex color #F72898 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F72898 is #08D767. Grayscale: #727272. Windows color (decimal): -579432 or 9971959. OLE color: 9971959.
HSL color Cylindrical-coordinate representation of color #F72898: hue angle of 327.54º degrees, saturation: 0.93, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F72898 is Cyan = 0, Magento = 0.84, Yellow = 0.38 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 40 | 152 | - |
| CMYK | 0 | 0.84 | 0.38 | 0.03 |
| HSL | 327.54º | 0.93% | 0.56% | - |
| HSV(B) | 327.54º | 0.84% | 0.97% | - |
| XYZ | 44.78 | 23.56 | 31.89 | - |
| YUV | 114.66 | 149.08 | 222.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 40 | 152 | 0 | 0.84 | 0.38 | 0.03 | 327.54 | 0.93 | 0.56 |
| Hex | F7 | 28 | 98 | 0 | 54 | 26 | 3 | 148 | 5D | 38 |
| Octal | 367 | 50 | 230 | 0 | 124 | 46 | 3 | 510 | 135 | 70 |
| Binary | 11110111 | 101000 | 10011000 | 0 | 1010100 | 100110 | 11 | 101001000 | 1011101 | 111000 |
Color Harmonies of #F72898
Complementary color
Monochromatic Colors of #F72898
Black with #F72898
Text Example
Text Example
White with #F72898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F72898; }
p { color: rgb(247,40,152); }
H1.HeaderClassName
{
color: #F72898;
}
.AnyTagClassName
{
color: #F72898;
}
</style>
background-color css
<style>
a { background-color: #F72898; }
a { background-color: rgb(247,40,152); }
div.DivClassName
{
background-color: #F72898;
}
.BgClassName
{
background-color: #F72898;
}
</style>
border-color css
<style>
span { border-color: #F72898; }
span { border-color: rgb(247,40,152); }
td.TdClassName
{
border-color: #F72898;
}
.TagClassName
{
border-color: #F72898;
}
</style>