Shades of Radical Red #F93555
Tints of Radical Red #F93555
RGB
CMYK
RGB Variations
Color information
#F93555 (or 0xF93555) is known color: Radical Red. HEX triplet: F9, 35 and 55. RGB value is (249,53,85). Sum of RGB (Red+Green+Blue) = 249+53+85=387 (51% of max value = 765). Red value is 249 (97.66% from 255 or 64.34% from 387); Green value is 53 (21.09% from 255 or 13.70% from 387); Blue value is 85 (33.59% from 255 or 21.96% from 387); Max value from RGB is 249 - color contains mainly: red. Hex color #F93555 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F93555 is #06CAAA. Grayscale: #737373. Windows color (decimal): -445099 or 5584377. OLE color: 5584377.
HSL color Cylindrical-coordinate representation of color #F93555: hue angle of 350.2º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F93555 is Cyan = 0, Magento = 0.79, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 53 | 85 | - |
| CMYK | 0 | 0.79 | 0.66 | 0.02 |
| HSL | 350.2º | 0.94% | 0.59% | - |
| HSV(B) | 350.2º | 0.79% | 0.98% | - |
| XYZ | 41.98 | 23.34 | 10.89 | - |
| YUV | 115.25 | 110.93 | 223.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 53 | 85 | 0 | 0.79 | 0.66 | 0.02 | 350.2 | 0.94 | 0.59 |
| Hex | F9 | 35 | 55 | 0 | 4F | 42 | 2 | 15E | 5E | 3B |
| Octal | 371 | 65 | 125 | 0 | 117 | 102 | 2 | 536 | 136 | 73 |
| Binary | 11111001 | 110101 | 1010101 | 0 | 1001111 | 1000010 | 10 | 101011110 | 1011110 | 111011 |
Color Harmonies of #F93555
Complementary color
Monochromatic Colors of #F93555
Black with #F93555
Text Example
Text Example
White with #F93555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F93555; }
p { color: rgb(249,53,85); }
H1.HeaderClassName
{
color: #F93555;
}
.AnyTagClassName
{
color: #F93555;
}
</style>
background-color css
<style>
a { background-color: #F93555; }
a { background-color: rgb(249,53,85); }
div.DivClassName
{
background-color: #F93555;
}
.BgClassName
{
background-color: #F93555;
}
</style>
border-color css
<style>
span { border-color: #F93555; }
span { border-color: rgb(249,53,85); }
td.TdClassName
{
border-color: #F93555;
}
.TagClassName
{
border-color: #F93555;
}
</style>