Shades of Persian Rose #F92098
Tints of Persian Rose #F92098
RGB
CMYK
RGB Variations
Color information
#F92098 (or 0xF92098) is known color: Persian Rose. HEX triplet: F9, 20 and 98. RGB value is (249,32,152). Sum of RGB (Red+Green+Blue) = 249+32+152=433 (57% of max value = 765). Red value is 249 (97.66% from 255 or 57.51% from 433); Green value is 32 (12.89% from 255 or 7.39% from 433); Blue value is 152 (59.77% from 255 or 35.10% from 433); Max value from RGB is 249 - color contains mainly: red. Hex color #F92098 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F92098 is #06DF67. Grayscale: #6E6E6E. Windows color (decimal): -450408 or 9969913. OLE color: 9969913.
HSL color Cylindrical-coordinate representation of color #F92098: hue angle of 326.82º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F92098 is Cyan = 0, Magento = 0.87, Yellow = 0.39 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 32 | 152 | - |
| CMYK | 0 | 0.87 | 0.39 | 0.02 |
| HSL | 326.82º | 0.95% | 0.55% | - |
| HSV(B) | 326.82º | 0.87% | 0.98% | - |
| XYZ | 45.25 | 23.44 | 31.85 | - |
| YUV | 110.56 | 151.39 | 226.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 32 | 152 | 0 | 0.87 | 0.39 | 0.02 | 326.82 | 0.95 | 0.55 |
| Hex | F9 | 20 | 98 | 0 | 57 | 27 | 2 | 147 | 5F | 37 |
| Octal | 371 | 40 | 230 | 0 | 127 | 47 | 2 | 507 | 137 | 67 |
| Binary | 11111001 | 100000 | 10011000 | 0 | 1010111 | 100111 | 10 | 101000111 | 1011111 | 110111 |
Color Harmonies of #F92098
Complementary color
Monochromatic Colors of #F92098
Black with #F92098
Text Example
Text Example
White with #F92098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F92098; }
p { color: rgb(249,32,152); }
H1.HeaderClassName
{
color: #F92098;
}
.AnyTagClassName
{
color: #F92098;
}
</style>
background-color css
<style>
a { background-color: #F92098; }
a { background-color: rgb(249,32,152); }
div.DivClassName
{
background-color: #F92098;
}
.BgClassName
{
background-color: #F92098;
}
</style>
border-color css
<style>
span { border-color: #F92098; }
span { border-color: rgb(249,32,152); }
td.TdClassName
{
border-color: #F92098;
}
.TagClassName
{
border-color: #F92098;
}
</style>