Shades of Radical Red #F92A77
Tints of Radical Red #F92A77
RGB
CMYK
RGB Variations
Color information
#F92A77 (or 0xF92A77) is known color: Radical Red. HEX triplet: F9, 2A and 77. RGB value is (249,42,119). Sum of RGB (Red+Green+Blue) = 249+42+119=410 (54% of max value = 765). Red value is 249 (97.66% from 255 or 60.73% from 410); Green value is 42 (16.80% from 255 or 10.24% from 410); Blue value is 119 (46.88% from 255 or 29.02% from 410); Max value from RGB is 249 - color contains mainly: red. Hex color #F92A77 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F92A77 is #06D588. Grayscale: #707070. Windows color (decimal): -447881 or 7809785. OLE color: 7809785.
HSL color Cylindrical-coordinate representation of color #F92A77: hue angle of 337.68º 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 #F92A77 is Cyan = 0, Magento = 0.83, Yellow = 0.52 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 42 | 119 | - |
| CMYK | 0 | 0.83 | 0.52 | 0.02 |
| HSL | 337.68º | 0.95% | 0.57% | - |
| HSV(B) | 337.68º | 0.83% | 0.98% | - |
| XYZ | 43.22 | 23.13 | 19.64 | - |
| YUV | 112.67 | 131.58 | 225.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 42 | 119 | 0 | 0.83 | 0.52 | 0.02 | 337.68 | 0.95 | 0.57 |
| Hex | F9 | 2A | 77 | 0 | 53 | 34 | 2 | 152 | 5F | 39 |
| Octal | 371 | 52 | 167 | 0 | 123 | 64 | 2 | 522 | 137 | 71 |
| Binary | 11111001 | 101010 | 1110111 | 0 | 1010011 | 110100 | 10 | 101010010 | 1011111 | 111001 |
Color Harmonies of #F92A77
Complementary color
Monochromatic Colors of #F92A77
Black with #F92A77
Text Example
Text Example
White with #F92A77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F92A77; }
p { color: rgb(249,42,119); }
H1.HeaderClassName
{
color: #F92A77;
}
.AnyTagClassName
{
color: #F92A77;
}
</style>
background-color css
<style>
a { background-color: #F92A77; }
a { background-color: rgb(249,42,119); }
div.DivClassName
{
background-color: #F92A77;
}
.BgClassName
{
background-color: #F92A77;
}
</style>
border-color css
<style>
span { border-color: #F92A77; }
span { border-color: rgb(249,42,119); }
td.TdClassName
{
border-color: #F92A77;
}
.TagClassName
{
border-color: #F92A77;
}
</style>