Shades of Radical Red #F92955
Tints of Radical Red #F92955
RGB
CMYK
RGB Variations
Color information
#F92955 (or 0xF92955) is known color: Radical Red. HEX triplet: F9, 29 and 55. RGB value is (249,41,85). Sum of RGB (Red+Green+Blue) = 249+41+85=375 (49% of max value = 765). Red value is 249 (97.66% from 255 or 66.4% from 375); Green value is 41 (16.41% from 255 or 10.93% from 375); Blue value is 85 (33.59% from 255 or 22.67% from 375); Max value from RGB is 249 - color contains mainly: red. Hex color #F92955 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F92955 is #06D6AA. Grayscale: #6C6C6C. Windows color (decimal): -448171 or 5581305. OLE color: 5581305.
HSL color Cylindrical-coordinate representation of color #F92955: hue angle of 347.31º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F92955 is Cyan = 0, Magento = 0.84, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 41 | 85 | - |
| CMYK | 0 | 0.84 | 0.66 | 0.02 |
| HSL | 347.31º | 0.95% | 0.57% | - |
| HSV(B) | 347.31º | 0.84% | 0.98% | - |
| XYZ | 41.5 | 22.38 | 10.73 | - |
| YUV | 108.21 | 114.91 | 228.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 41 | 85 | 0 | 0.84 | 0.66 | 0.02 | 347.31 | 0.95 | 0.57 |
| Hex | F9 | 29 | 55 | 0 | 54 | 42 | 2 | 15B | 5F | 39 |
| Octal | 371 | 51 | 125 | 0 | 124 | 102 | 2 | 533 | 137 | 71 |
| Binary | 11111001 | 101001 | 1010101 | 0 | 1010100 | 1000010 | 10 | 101011011 | 1011111 | 111001 |
Color Harmonies of #F92955
Complementary color
Monochromatic Colors of #F92955
Black with #F92955
Text Example
Text Example
White with #F92955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F92955; }
p { color: rgb(249,41,85); }
H1.HeaderClassName
{
color: #F92955;
}
.AnyTagClassName
{
color: #F92955;
}
</style>
background-color css
<style>
a { background-color: #F92955; }
a { background-color: rgb(249,41,85); }
div.DivClassName
{
background-color: #F92955;
}
.BgClassName
{
background-color: #F92955;
}
</style>
border-color css
<style>
span { border-color: #F92955; }
span { border-color: rgb(249,41,85); }
td.TdClassName
{
border-color: #F92955;
}
.TagClassName
{
border-color: #F92955;
}
</style>