Shades of Persian Rose #F92CAA
Tints of Persian Rose #F92CAA
RGB
CMYK
RGB Variations
Color information
#F92CAA (or 0xF92CAA) is known color: Persian Rose. HEX triplet: F9, 2C and AA. RGB value is (249,44,170). Sum of RGB (Red+Green+Blue) = 249+44+170=463 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.78% from 463); Green value is 44 (17.58% from 255 or 9.50% from 463); Blue value is 170 (66.80% from 255 or 36.72% from 463); Max value from RGB is 249 - color contains mainly: red. Hex color #F92CAA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F92CAA is #06D355. Grayscale: #777777. Windows color (decimal): -447318 or 11152633. OLE color: 11152633.
HSL color Cylindrical-coordinate representation of color #F92CAA: hue angle of 323.12º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F92CAA is Cyan = 0, Magento = 0.82, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 44 | 170 | - |
| CMYK | 0 | 0.82 | 0.32 | 0.02 |
| HSL | 323.12º | 0.94% | 0.57% | - |
| HSV(B) | 323.12º | 0.82% | 0.98% | - |
| XYZ | 47.22 | 24.84 | 40.34 | - |
| YUV | 119.66 | 156.42 | 220.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 44 | 170 | 0 | 0.82 | 0.32 | 0.02 | 323.12 | 0.94 | 0.57 |
| Hex | F9 | 2C | AA | 0 | 52 | 20 | 2 | 143 | 5E | 39 |
| Octal | 371 | 54 | 252 | 0 | 122 | 40 | 2 | 503 | 136 | 71 |
| Binary | 11111001 | 101100 | 10101010 | 0 | 1010010 | 100000 | 10 | 101000011 | 1011110 | 111001 |
Color Harmonies of #F92CAA
Complementary color
Monochromatic Colors of #F92CAA
Black with #F92CAA
Text Example
Text Example
White with #F92CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F92CAA; }
p { color: rgb(249,44,170); }
H1.HeaderClassName
{
color: #F92CAA;
}
.AnyTagClassName
{
color: #F92CAA;
}
</style>
background-color css
<style>
a { background-color: #F92CAA; }
a { background-color: rgb(249,44,170); }
div.DivClassName
{
background-color: #F92CAA;
}
.BgClassName
{
background-color: #F92CAA;
}
</style>
border-color css
<style>
span { border-color: #F92CAA; }
span { border-color: rgb(249,44,170); }
td.TdClassName
{
border-color: #F92CAA;
}
.TagClassName
{
border-color: #F92CAA;
}
</style>