Shades of Radical Red #F93A64
Tints of Radical Red #F93A64
RGB
CMYK
RGB Variations
Color information
#F93A64 (or 0xF93A64) is known color: Radical Red. HEX triplet: F9, 3A and 64. RGB value is (249,58,100). Sum of RGB (Red+Green+Blue) = 249+58+100=407 (53% of max value = 765). Red value is 249 (97.66% from 255 or 61.18% from 407); Green value is 58 (23.05% from 255 or 14.25% from 407); Blue value is 100 (39.45% from 255 or 24.57% from 407); Max value from RGB is 249 - color contains mainly: red. Hex color #F93A64 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F93A64 is #06C59B. Grayscale: #777777. Windows color (decimal): -443804 or 6568697. OLE color: 6568697.
HSL color Cylindrical-coordinate representation of color #F93A64: hue angle of 346.81º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F93A64 is Cyan = 0, Magento = 0.77, Yellow = 0.60 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 58 | 100 | - |
| CMYK | 0 | 0.77 | 0.60 | 0.02 |
| HSL | 346.81º | 0.94% | 0.6% | - |
| HSV(B) | 346.81º | 0.77% | 0.98% | - |
| XYZ | 42.88 | 24.09 | 14.45 | - |
| YUV | 119.9 | 116.78 | 220.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 58 | 100 | 0 | 0.77 | 0.60 | 0.02 | 346.81 | 0.94 | 0.6 |
| Hex | F9 | 3A | 64 | 0 | 4D | 3C | 2 | 15B | 5E | 3C |
| Octal | 371 | 72 | 144 | 0 | 115 | 74 | 2 | 533 | 136 | 74 |
| Binary | 11111001 | 111010 | 1100100 | 0 | 1001101 | 111100 | 10 | 101011011 | 1011110 | 111100 |
Color Harmonies of #F93A64
Complementary color
Monochromatic Colors of #F93A64
Black with #F93A64
Text Example
Text Example
White with #F93A64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F93A64; }
p { color: rgb(249,58,100); }
H1.HeaderClassName
{
color: #F93A64;
}
.AnyTagClassName
{
color: #F93A64;
}
</style>
background-color css
<style>
a { background-color: #F93A64; }
a { background-color: rgb(249,58,100); }
div.DivClassName
{
background-color: #F93A64;
}
.BgClassName
{
background-color: #F93A64;
}
</style>
border-color css
<style>
span { border-color: #F93A64; }
span { border-color: rgb(249,58,100); }
td.TdClassName
{
border-color: #F93A64;
}
.TagClassName
{
border-color: #F93A64;
}
</style>