Shades of Radical Red #F92155
Tints of Radical Red #F92155
RGB
CMYK
RGB Variations
Color information
#F92155 (or 0xF92155) is known color: Radical Red. HEX triplet: F9, 21 and 55. RGB value is (249,33,85). Sum of RGB (Red+Green+Blue) = 249+33+85=367 (48% of max value = 765). Red value is 249 (97.66% from 255 or 67.85% from 367); Green value is 33 (13.28% from 255 or 8.99% from 367); Blue value is 85 (33.59% from 255 or 23.16% from 367); Max value from RGB is 249 - color contains mainly: red. Hex color #F92155 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F92155 is #06DEAA. Grayscale: #676767. Windows color (decimal): -450219 or 5579257. OLE color: 5579257.
HSL color Cylindrical-coordinate representation of color #F92155: hue angle of 345.56º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F92155 is Cyan = 0, Magento = 0.87, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 33 | 85 | - |
| CMYK | 0 | 0.87 | 0.66 | 0.02 |
| HSL | 345.56º | 0.95% | 0.55% | - |
| HSV(B) | 345.56º | 0.87% | 0.98% | - |
| XYZ | 41.25 | 21.88 | 10.64 | - |
| YUV | 103.51 | 117.56 | 231.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 33 | 85 | 0 | 0.87 | 0.66 | 0.02 | 345.56 | 0.95 | 0.55 |
| Hex | F9 | 21 | 55 | 0 | 57 | 42 | 2 | 15A | 5F | 37 |
| Octal | 371 | 41 | 125 | 0 | 127 | 102 | 2 | 532 | 137 | 67 |
| Binary | 11111001 | 100001 | 1010101 | 0 | 1010111 | 1000010 | 10 | 101011010 | 1011111 | 110111 |
Color Harmonies of #F92155
Complementary color
Monochromatic Colors of #F92155
Black with #F92155
Text Example
Text Example
White with #F92155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F92155; }
p { color: rgb(249,33,85); }
H1.HeaderClassName
{
color: #F92155;
}
.AnyTagClassName
{
color: #F92155;
}
</style>
background-color css
<style>
a { background-color: #F92155; }
a { background-color: rgb(249,33,85); }
div.DivClassName
{
background-color: #F92155;
}
.BgClassName
{
background-color: #F92155;
}
</style>
border-color css
<style>
span { border-color: #F92155; }
span { border-color: rgb(249,33,85); }
td.TdClassName
{
border-color: #F92155;
}
.TagClassName
{
border-color: #F92155;
}
</style>