Shades of Persian Rose #F72F9F
Tints of Persian Rose #F72F9F
RGB
CMYK
RGB Variations
Color information
#F72F9F (or 0xF72F9F) is known color: Persian Rose. HEX triplet: F7, 2F and 9F. RGB value is (247,47,159). Sum of RGB (Red+Green+Blue) = 247+47+159=453 (60% of max value = 765). Red value is 247 (96.88% from 255 or 54.53% from 453); Green value is 47 (18.75% from 255 or 10.38% from 453); Blue value is 159 (62.5% from 255 or 35.10% from 453); Max value from RGB is 247 - color contains mainly: red. Hex color #F72F9F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F72F9F is #08D060. Grayscale: #777777. Windows color (decimal): -577633 or 10432503. OLE color: 10432503.
HSL color Cylindrical-coordinate representation of color #F72F9F: hue angle of 326.4º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F72F9F is Cyan = 0, Magento = 0.81, Yellow = 0.36 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 47 | 159 | - |
| CMYK | 0 | 0.81 | 0.36 | 0.03 |
| HSL | 326.4º | 0.93% | 0.58% | - |
| HSV(B) | 326.4º | 0.81% | 0.97% | - |
| XYZ | 45.63 | 24.31 | 35.09 | - |
| YUV | 119.57 | 150.26 | 218.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 47 | 159 | 0 | 0.81 | 0.36 | 0.03 | 326.4 | 0.93 | 0.58 |
| Hex | F7 | 2F | 9F | 0 | 51 | 24 | 3 | 146 | 5D | 3A |
| Octal | 367 | 57 | 237 | 0 | 121 | 44 | 3 | 506 | 135 | 72 |
| Binary | 11110111 | 101111 | 10011111 | 0 | 1010001 | 100100 | 11 | 101000110 | 1011101 | 111010 |
Color Harmonies of #F72F9F
Complementary color
Monochromatic Colors of #F72F9F
Black with #F72F9F
Text Example
Text Example
White with #F72F9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F72F9F; }
p { color: rgb(247,47,159); }
H1.HeaderClassName
{
color: #F72F9F;
}
.AnyTagClassName
{
color: #F72F9F;
}
</style>
background-color css
<style>
a { background-color: #F72F9F; }
a { background-color: rgb(247,47,159); }
div.DivClassName
{
background-color: #F72F9F;
}
.BgClassName
{
background-color: #F72F9F;
}
</style>
border-color css
<style>
span { border-color: #F72F9F; }
span { border-color: rgb(247,47,159); }
td.TdClassName
{
border-color: #F72F9F;
}
.TagClassName
{
border-color: #F72F9F;
}
</style>