Shades of Radical Red #F92255
Tints of Radical Red #F92255
RGB
CMYK
RGB Variations
Color information
#F92255 (or 0xF92255) is known color: Radical Red. HEX triplet: F9, 22 and 55. RGB value is (249,34,85). Sum of RGB (Red+Green+Blue) = 249+34+85=368 (48% of max value = 765). Red value is 249 (97.66% from 255 or 67.66% from 368); Green value is 34 (13.67% from 255 or 9.24% from 368); Blue value is 85 (33.59% from 255 or 23.10% from 368); Max value from RGB is 249 - color contains mainly: red. Hex color #F92255 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F92255 is #06DDAA. Grayscale: #686868. Windows color (decimal): -449963 or 5579513. OLE color: 5579513.
HSL color Cylindrical-coordinate representation of color #F92255: hue angle of 345.77º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F92255 is Cyan = 0, Magento = 0.86, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 34 | 85 | - |
| CMYK | 0 | 0.86 | 0.66 | 0.02 |
| HSL | 345.77º | 0.95% | 0.55% | - |
| HSV(B) | 345.77º | 0.86% | 0.98% | - |
| XYZ | 41.28 | 21.94 | 10.65 | - |
| YUV | 104.1 | 117.23 | 231.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 34 | 85 | 0 | 0.86 | 0.66 | 0.02 | 345.77 | 0.95 | 0.55 |
| Hex | F9 | 22 | 55 | 0 | 56 | 42 | 2 | 15A | 5F | 37 |
| Octal | 371 | 42 | 125 | 0 | 126 | 102 | 2 | 532 | 137 | 67 |
| Binary | 11111001 | 100010 | 1010101 | 0 | 1010110 | 1000010 | 10 | 101011010 | 1011111 | 110111 |
Color Harmonies of #F92255
Complementary color
Monochromatic Colors of #F92255
Black with #F92255
Text Example
Text Example
White with #F92255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F92255; }
p { color: rgb(249,34,85); }
H1.HeaderClassName
{
color: #F92255;
}
.AnyTagClassName
{
color: #F92255;
}
</style>
background-color css
<style>
a { background-color: #F92255; }
a { background-color: rgb(249,34,85); }
div.DivClassName
{
background-color: #F92255;
}
.BgClassName
{
background-color: #F92255;
}
</style>
border-color css
<style>
span { border-color: #F92255; }
span { border-color: rgb(249,34,85); }
td.TdClassName
{
border-color: #F92255;
}
.TagClassName
{
border-color: #F92255;
}
</style>