Shades of Persian Rose #F92D9F
Tints of Persian Rose #F92D9F
RGB
CMYK
RGB Variations
Color information
#F92D9F (or 0xF92D9F) is known color: Persian Rose. HEX triplet: F9, 2D and 9F. RGB value is (249,45,159). Sum of RGB (Red+Green+Blue) = 249+45+159=453 (60% of max value = 765). Red value is 249 (97.66% from 255 or 54.97% from 453); Green value is 45 (17.97% from 255 or 9.93% from 453); Blue value is 159 (62.5% from 255 or 35.10% from 453); Max value from RGB is 249 - color contains mainly: red. Hex color #F92D9F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F92D9F is #06D260. Grayscale: #767676. Windows color (decimal): -447073 or 10431993. OLE color: 10431993.
HSL color Cylindrical-coordinate representation of color #F92D9F: hue angle of 326.47º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F92D9F is Cyan = 0, Magento = 0.82, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 45 | 159 | - |
| CMYK | 0 | 0.82 | 0.36 | 0.02 |
| HSL | 326.47º | 0.94% | 0.58% | - |
| HSV(B) | 326.47º | 0.82% | 0.98% | - |
| XYZ | 46.26 | 24.52 | 35.1 | - |
| YUV | 118.99 | 150.59 | 220.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 45 | 159 | 0 | 0.82 | 0.36 | 0.02 | 326.47 | 0.94 | 0.58 |
| Hex | F9 | 2D | 9F | 0 | 52 | 24 | 2 | 146 | 5E | 3A |
| Octal | 371 | 55 | 237 | 0 | 122 | 44 | 2 | 506 | 136 | 72 |
| Binary | 11111001 | 101101 | 10011111 | 0 | 1010010 | 100100 | 10 | 101000110 | 1011110 | 111010 |
Color Harmonies of #F92D9F
Complementary color
Monochromatic Colors of #F92D9F
Black with #F92D9F
Text Example
Text Example
White with #F92D9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F92D9F; }
p { color: rgb(249,45,159); }
H1.HeaderClassName
{
color: #F92D9F;
}
.AnyTagClassName
{
color: #F92D9F;
}
</style>
background-color css
<style>
a { background-color: #F92D9F; }
a { background-color: rgb(249,45,159); }
div.DivClassName
{
background-color: #F92D9F;
}
.BgClassName
{
background-color: #F92D9F;
}
</style>
border-color css
<style>
span { border-color: #F92D9F; }
span { border-color: rgb(249,45,159); }
td.TdClassName
{
border-color: #F92D9F;
}
.TagClassName
{
border-color: #F92D9F;
}
</style>