Shades of Persian Rose #F92FA8
Tints of Persian Rose #F92FA8
RGB
CMYK
RGB Variations
Color information
#F92FA8 (or 0xF92FA8) is known color: Persian Rose. HEX triplet: F9, 2F and A8. RGB value is (249,47,168). Sum of RGB (Red+Green+Blue) = 249+47+168=464 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.66% from 464); Green value is 47 (18.75% from 255 or 10.13% from 464); Blue value is 168 (66.02% from 255 or 36.21% from 464); Max value from RGB is 249 - color contains mainly: red. Hex color #F92FA8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F92FA8 is #06D057. Grayscale: #787878. Windows color (decimal): -446552 or 11022329. OLE color: 11022329.
HSL color Cylindrical-coordinate representation of color #F92FA8: hue angle of 324.06º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F92FA8 is Cyan = 0, Magento = 0.81, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 47 | 168 | - |
| CMYK | 0 | 0.81 | 0.33 | 0.02 |
| HSL | 324.06º | 0.94% | 0.58% | - |
| HSV(B) | 324.06º | 0.81% | 0.98% | - |
| XYZ | 47.15 | 25 | 39.39 | - |
| YUV | 121.19 | 154.42 | 219.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 47 | 168 | 0 | 0.81 | 0.33 | 0.02 | 324.06 | 0.94 | 0.58 |
| Hex | F9 | 2F | A8 | 0 | 51 | 21 | 2 | 144 | 5E | 3A |
| Octal | 371 | 57 | 250 | 0 | 121 | 41 | 2 | 504 | 136 | 72 |
| Binary | 11111001 | 101111 | 10101000 | 0 | 1010001 | 100001 | 10 | 101000100 | 1011110 | 111010 |
Color Harmonies of #F92FA8
Complementary color
Monochromatic Colors of #F92FA8
Black with #F92FA8
Text Example
Text Example
White with #F92FA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F92FA8; }
p { color: rgb(249,47,168); }
H1.HeaderClassName
{
color: #F92FA8;
}
.AnyTagClassName
{
color: #F92FA8;
}
</style>
background-color css
<style>
a { background-color: #F92FA8; }
a { background-color: rgb(249,47,168); }
div.DivClassName
{
background-color: #F92FA8;
}
.BgClassName
{
background-color: #F92FA8;
}
</style>
border-color css
<style>
span { border-color: #F92FA8; }
span { border-color: rgb(249,47,168); }
td.TdClassName
{
border-color: #F92FA8;
}
.TagClassName
{
border-color: #F92FA8;
}
</style>