Shades of Persian Rose #F92BA9
Tints of Persian Rose #F92BA9
RGB
CMYK
RGB Variations
Color information
#F92BA9 (or 0xF92BA9) is known color: Persian Rose. HEX triplet: F9, 2B and A9. RGB value is (249,43,169). Sum of RGB (Red+Green+Blue) = 249+43+169=461 (61% of max value = 765). Red value is 249 (97.66% from 255 or 54.01% from 461); Green value is 43 (17.19% from 255 or 9.33% from 461); Blue value is 169 (66.41% from 255 or 36.66% from 461); Max value from RGB is 249 - color contains mainly: red. Hex color #F92BA9 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F92BA9 is #06D456. Grayscale: #767676. Windows color (decimal): -447575 or 11086841. OLE color: 11086841.
HSL color Cylindrical-coordinate representation of color #F92BA9: hue angle of 323.3º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F92BA9 is Cyan = 0, Magento = 0.83, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 43 | 169 | - |
| CMYK | 0 | 0.83 | 0.32 | 0.02 |
| HSL | 323.3º | 0.94% | 0.57% | - |
| HSV(B) | 323.3º | 0.83% | 0.98% | - |
| XYZ | 47.09 | 24.73 | 39.83 | - |
| YUV | 118.96 | 156.25 | 220.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 43 | 169 | 0 | 0.83 | 0.32 | 0.02 | 323.3 | 0.94 | 0.57 |
| Hex | F9 | 2B | A9 | 0 | 53 | 20 | 2 | 143 | 5E | 39 |
| Octal | 371 | 53 | 251 | 0 | 123 | 40 | 2 | 503 | 136 | 71 |
| Binary | 11111001 | 101011 | 10101001 | 0 | 1010011 | 100000 | 10 | 101000011 | 1011110 | 111001 |
Color Harmonies of #F92BA9
Complementary color
Monochromatic Colors of #F92BA9
Black with #F92BA9
Text Example
Text Example
White with #F92BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F92BA9; }
p { color: rgb(249,43,169); }
H1.HeaderClassName
{
color: #F92BA9;
}
.AnyTagClassName
{
color: #F92BA9;
}
</style>
background-color css
<style>
a { background-color: #F92BA9; }
a { background-color: rgb(249,43,169); }
div.DivClassName
{
background-color: #F92BA9;
}
.BgClassName
{
background-color: #F92BA9;
}
</style>
border-color css
<style>
span { border-color: #F92BA9; }
span { border-color: rgb(249,43,169); }
td.TdClassName
{
border-color: #F92BA9;
}
.TagClassName
{
border-color: #F92BA9;
}
</style>