Shades of Persian Rose #F92AAA
Tints of Persian Rose #F92AAA
RGB
CMYK
RGB Variations
Color information
#F92AAA (or 0xF92AAA) is known color: Persian Rose. HEX triplet: F9, 2A and AA. RGB value is (249,42,170). Sum of RGB (Red+Green+Blue) = 249+42+170=461 (61% of max value = 765). Red value is 249 (97.66% from 255 or 54.01% from 461); Green value is 42 (16.80% from 255 or 9.11% from 461); Blue value is 170 (66.80% from 255 or 36.88% from 461); Max value from RGB is 249 - color contains mainly: red. Hex color #F92AAA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F92AAA is #06D555. Grayscale: #767676. Windows color (decimal): -447830 or 11152121. OLE color: 11152121.
HSL color Cylindrical-coordinate representation of color #F92AAA: hue angle of 322.9º degrees, saturation: 0.95, 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 #F92AAA is Cyan = 0, Magento = 0.83, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 42 | 170 | - |
| CMYK | 0 | 0.83 | 0.32 | 0.02 |
| HSL | 322.9º | 0.95% | 0.57% | - |
| HSV(B) | 322.9º | 0.83% | 0.98% | - |
| XYZ | 47.15 | 24.7 | 40.31 | - |
| YUV | 118.49 | 157.08 | 221.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 42 | 170 | 0 | 0.83 | 0.32 | 0.02 | 322.9 | 0.95 | 0.57 |
| Hex | F9 | 2A | AA | 0 | 53 | 20 | 2 | 143 | 5F | 39 |
| Octal | 371 | 52 | 252 | 0 | 123 | 40 | 2 | 503 | 137 | 71 |
| Binary | 11111001 | 101010 | 10101010 | 0 | 1010011 | 100000 | 10 | 101000011 | 1011111 | 111001 |
Color Harmonies of #F92AAA
Complementary color
Monochromatic Colors of #F92AAA
Black with #F92AAA
Text Example
Text Example
White with #F92AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F92AAA; }
p { color: rgb(249,42,170); }
H1.HeaderClassName
{
color: #F92AAA;
}
.AnyTagClassName
{
color: #F92AAA;
}
</style>
background-color css
<style>
a { background-color: #F92AAA; }
a { background-color: rgb(249,42,170); }
div.DivClassName
{
background-color: #F92AAA;
}
.BgClassName
{
background-color: #F92AAA;
}
</style>
border-color css
<style>
span { border-color: #F92AAA; }
span { border-color: rgb(249,42,170); }
td.TdClassName
{
border-color: #F92AAA;
}
.TagClassName
{
border-color: #F92AAA;
}
</style>