Shades of Persian Rose #F92AAB
Tints of Persian Rose #F92AAB
RGB
CMYK
RGB Variations
Color information
#F92AAB (or 0xF92AAB) is known color: Persian Rose. HEX triplet: F9, 2A and AB. RGB value is (249,42,171). Sum of RGB (Red+Green+Blue) = 249+42+171=462 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.90% from 462); Green value is 42 (16.80% from 255 or 9.09% from 462); Blue value is 171 (67.19% from 255 or 37.01% from 462); Max value from RGB is 249 - color contains mainly: red. Hex color #F92AAB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F92AAB is #06D554. Grayscale: #767676. Windows color (decimal): -447829 or 11217657. OLE color: 11217657.
HSL color Cylindrical-coordinate representation of color #F92AAB: hue angle of 322.61º 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 #F92AAB is Cyan = 0, Magento = 0.83, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 42 | 171 | - |
| CMYK | 0 | 0.83 | 0.31 | 0.02 |
| HSL | 322.61º | 0.95% | 0.57% | - |
| HSV(B) | 322.61º | 0.83% | 0.98% | - |
| XYZ | 47.25 | 24.74 | 40.81 | - |
| YUV | 118.6 | 157.58 | 221.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 42 | 171 | 0 | 0.83 | 0.31 | 0.02 | 322.61 | 0.95 | 0.57 |
| Hex | F9 | 2A | AB | 0 | 53 | 1F | 2 | 143 | 5F | 39 |
| Octal | 371 | 52 | 253 | 0 | 123 | 37 | 2 | 503 | 137 | 71 |
| Binary | 11111001 | 101010 | 10101011 | 0 | 1010011 | 11111 | 10 | 101000011 | 1011111 | 111001 |
Color Harmonies of #F92AAB
Complementary color
Monochromatic Colors of #F92AAB
Black with #F92AAB
Text Example
Text Example
White with #F92AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F92AAB; }
p { color: rgb(249,42,171); }
H1.HeaderClassName
{
color: #F92AAB;
}
.AnyTagClassName
{
color: #F92AAB;
}
</style>
background-color css
<style>
a { background-color: #F92AAB; }
a { background-color: rgb(249,42,171); }
div.DivClassName
{
background-color: #F92AAB;
}
.BgClassName
{
background-color: #F92AAB;
}
</style>
border-color css
<style>
span { border-color: #F92AAB; }
span { border-color: rgb(249,42,171); }
td.TdClassName
{
border-color: #F92AAB;
}
.TagClassName
{
border-color: #F92AAB;
}
</style>