Shades of Radical Red #F93755
Tints of Radical Red #F93755
RGB
CMYK
RGB Variations
Color information
#F93755 (or 0xF93755) is known color: Radical Red. HEX triplet: F9, 37 and 55. RGB value is (249,55,85). Sum of RGB (Red+Green+Blue) = 249+55+85=389 (51% of max value = 765). Red value is 249 (97.66% from 255 or 64.01% from 389); Green value is 55 (21.88% from 255 or 14.14% from 389); Blue value is 85 (33.59% from 255 or 21.85% from 389); Max value from RGB is 249 - color contains mainly: red. Hex color #F93755 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F93755 is #06C8AA. Grayscale: #747474. Windows color (decimal): -444587 or 5584889. OLE color: 5584889.
HSL color Cylindrical-coordinate representation of color #F93755: hue angle of 350.72º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F93755 is Cyan = 0, Magento = 0.78, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 55 | 85 | - |
| CMYK | 0 | 0.78 | 0.66 | 0.02 |
| HSL | 350.72º | 0.94% | 0.6% | - |
| HSV(B) | 350.72º | 0.78% | 0.98% | - |
| XYZ | 42.07 | 23.53 | 10.92 | - |
| YUV | 116.43 | 110.27 | 222.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 55 | 85 | 0 | 0.78 | 0.66 | 0.02 | 350.72 | 0.94 | 0.6 |
| Hex | F9 | 37 | 55 | 0 | 4E | 42 | 2 | 15F | 5E | 3C |
| Octal | 371 | 67 | 125 | 0 | 116 | 102 | 2 | 537 | 136 | 74 |
| Binary | 11111001 | 110111 | 1010101 | 0 | 1001110 | 1000010 | 10 | 101011111 | 1011110 | 111100 |
Color Harmonies of #F93755
Complementary color
Monochromatic Colors of #F93755
Black with #F93755
Text Example
Text Example
White with #F93755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F93755; }
p { color: rgb(249,55,85); }
H1.HeaderClassName
{
color: #F93755;
}
.AnyTagClassName
{
color: #F93755;
}
</style>
background-color css
<style>
a { background-color: #F93755; }
a { background-color: rgb(249,55,85); }
div.DivClassName
{
background-color: #F93755;
}
.BgClassName
{
background-color: #F93755;
}
</style>
border-color css
<style>
span { border-color: #F93755; }
span { border-color: rgb(249,55,85); }
td.TdClassName
{
border-color: #F93755;
}
.TagClassName
{
border-color: #F93755;
}
</style>