Shades of Radical Red #F93155
Tints of Radical Red #F93155
RGB
CMYK
RGB Variations
Color information
#F93155 (or 0xF93155) is known color: Radical Red. HEX triplet: F9, 31 and 55. RGB value is (249,49,85). Sum of RGB (Red+Green+Blue) = 249+49+85=383 (50% of max value = 765). Red value is 249 (97.66% from 255 or 65.01% from 383); Green value is 49 (19.53% from 255 or 12.79% from 383); Blue value is 85 (33.59% from 255 or 22.19% from 383); Max value from RGB is 249 - color contains mainly: red. Hex color #F93155 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F93155 is #06CEAA. Grayscale: #707070. Windows color (decimal): -446123 or 5583353. OLE color: 5583353.
HSL color Cylindrical-coordinate representation of color #F93155: hue angle of 349.2º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F93155 is Cyan = 0, Magento = 0.80, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 49 | 85 | - |
| CMYK | 0 | 0.80 | 0.66 | 0.02 |
| HSL | 349.2º | 0.94% | 0.58% | - |
| HSV(B) | 349.2º | 0.8% | 0.98% | - |
| XYZ | 41.8 | 22.99 | 10.83 | - |
| YUV | 112.9 | 112.26 | 225.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 49 | 85 | 0 | 0.80 | 0.66 | 0.02 | 349.2 | 0.94 | 0.58 |
| Hex | F9 | 31 | 55 | 0 | 50 | 42 | 2 | 15D | 5E | 3A |
| Octal | 371 | 61 | 125 | 0 | 120 | 102 | 2 | 535 | 136 | 72 |
| Binary | 11111001 | 110001 | 1010101 | 0 | 1010000 | 1000010 | 10 | 101011101 | 1011110 | 111010 |
Color Harmonies of #F93155
Complementary color
Monochromatic Colors of #F93155
Black with #F93155
Text Example
Text Example
White with #F93155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F93155; }
p { color: rgb(249,49,85); }
H1.HeaderClassName
{
color: #F93155;
}
.AnyTagClassName
{
color: #F93155;
}
</style>
background-color css
<style>
a { background-color: #F93155; }
a { background-color: rgb(249,49,85); }
div.DivClassName
{
background-color: #F93155;
}
.BgClassName
{
background-color: #F93155;
}
</style>
border-color css
<style>
span { border-color: #F93155; }
span { border-color: rgb(249,49,85); }
td.TdClassName
{
border-color: #F93155;
}
.TagClassName
{
border-color: #F93155;
}
</style>