Shades of Radical Red #F92655
Tints of Radical Red #F92655
RGB
CMYK
RGB Variations
Color information
#F92655 (or 0xF92655) is known color: Radical Red. HEX triplet: F9, 26 and 55. RGB value is (249,38,85). Sum of RGB (Red+Green+Blue) = 249+38+85=372 (49% of max value = 765). Red value is 249 (97.66% from 255 or 66.94% from 372); Green value is 38 (15.23% from 255 or 10.22% from 372); Blue value is 85 (33.59% from 255 or 22.85% from 372); Max value from RGB is 249 - color contains mainly: red. Hex color #F92655 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F92655 is #06D9AA. Grayscale: #6A6A6A. Windows color (decimal): -448939 or 5580537. OLE color: 5580537.
HSL color Cylindrical-coordinate representation of color #F92655: hue angle of 346.64º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F92655 is Cyan = 0, Magento = 0.85, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 38 | 85 | - |
| CMYK | 0 | 0.85 | 0.66 | 0.02 |
| HSL | 346.64º | 0.95% | 0.56% | - |
| HSV(B) | 346.64º | 0.85% | 0.98% | - |
| XYZ | 41.4 | 22.18 | 10.69 | - |
| YUV | 106.45 | 115.9 | 229.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 38 | 85 | 0 | 0.85 | 0.66 | 0.02 | 346.64 | 0.95 | 0.56 |
| Hex | F9 | 26 | 55 | 0 | 55 | 42 | 2 | 15B | 5F | 38 |
| Octal | 371 | 46 | 125 | 0 | 125 | 102 | 2 | 533 | 137 | 70 |
| Binary | 11111001 | 100110 | 1010101 | 0 | 1010101 | 1000010 | 10 | 101011011 | 1011111 | 111000 |
Color Harmonies of #F92655
Complementary color
Monochromatic Colors of #F92655
Black with #F92655
Text Example
Text Example
White with #F92655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F92655; }
p { color: rgb(249,38,85); }
H1.HeaderClassName
{
color: #F92655;
}
.AnyTagClassName
{
color: #F92655;
}
</style>
background-color css
<style>
a { background-color: #F92655; }
a { background-color: rgb(249,38,85); }
div.DivClassName
{
background-color: #F92655;
}
.BgClassName
{
background-color: #F92655;
}
</style>
border-color css
<style>
span { border-color: #F92655; }
span { border-color: rgb(249,38,85); }
td.TdClassName
{
border-color: #F92655;
}
.TagClassName
{
border-color: #F92655;
}
</style>