Shades of Radical Red #F93255
Tints of Radical Red #F93255
RGB
CMYK
RGB Variations
Color information
#F93255 (or 0xF93255) is known color: Radical Red. HEX triplet: F9, 32 and 55. RGB value is (249,50,85). Sum of RGB (Red+Green+Blue) = 249+50+85=384 (50% of max value = 765). Red value is 249 (97.66% from 255 or 64.84% from 384); Green value is 50 (19.92% from 255 or 13.02% from 384); Blue value is 85 (33.59% from 255 or 22.14% from 384); Max value from RGB is 249 - color contains mainly: red. Hex color #F93255 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F93255 is #06CDAA. Grayscale: #717171. Windows color (decimal): -445867 or 5583609. OLE color: 5583609.
HSL color Cylindrical-coordinate representation of color #F93255: hue angle of 349.45º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F93255 is Cyan = 0, Magento = 0.80, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 50 | 85 | - |
| CMYK | 0 | 0.80 | 0.66 | 0.02 |
| HSL | 349.45º | 0.94% | 0.59% | - |
| HSV(B) | 349.45º | 0.8% | 0.98% | - |
| XYZ | 41.85 | 23.08 | 10.84 | - |
| YUV | 113.49 | 111.93 | 224.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 50 | 85 | 0 | 0.80 | 0.66 | 0.02 | 349.45 | 0.94 | 0.59 |
| Hex | F9 | 32 | 55 | 0 | 50 | 42 | 2 | 15D | 5E | 3B |
| Octal | 371 | 62 | 125 | 0 | 120 | 102 | 2 | 535 | 136 | 73 |
| Binary | 11111001 | 110010 | 1010101 | 0 | 1010000 | 1000010 | 10 | 101011101 | 1011110 | 111011 |
Color Harmonies of #F93255
Complementary color
Monochromatic Colors of #F93255
Black with #F93255
Text Example
Text Example
White with #F93255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F93255; }
p { color: rgb(249,50,85); }
H1.HeaderClassName
{
color: #F93255;
}
.AnyTagClassName
{
color: #F93255;
}
</style>
background-color css
<style>
a { background-color: #F93255; }
a { background-color: rgb(249,50,85); }
div.DivClassName
{
background-color: #F93255;
}
.BgClassName
{
background-color: #F93255;
}
</style>
border-color css
<style>
span { border-color: #F93255; }
span { border-color: rgb(249,50,85); }
td.TdClassName
{
border-color: #F93255;
}
.TagClassName
{
border-color: #F93255;
}
</style>