Shades of Radical Red #F93564
Tints of Radical Red #F93564
RGB
CMYK
RGB Variations
Color information
#F93564 (or 0xF93564) is known color: Radical Red. HEX triplet: F9, 35 and 64. RGB value is (249,53,100). Sum of RGB (Red+Green+Blue) = 249+53+100=402 (53% of max value = 765). Red value is 249 (97.66% from 255 or 61.94% from 402); Green value is 53 (21.09% from 255 or 13.18% from 402); Blue value is 100 (39.45% from 255 or 24.88% from 402); Max value from RGB is 249 - color contains mainly: red. Hex color #F93564 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F93564 is #06CA9B. Grayscale: #747474. Windows color (decimal): -445084 or 6567417. OLE color: 6567417.
HSL color Cylindrical-coordinate representation of color #F93564: hue angle of 345.61º 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 #F93564 is Cyan = 0, Magento = 0.79, Yellow = 0.60 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 53 | 100 | - |
| CMYK | 0 | 0.79 | 0.60 | 0.02 |
| HSL | 345.61º | 0.94% | 0.59% | - |
| HSV(B) | 345.61º | 0.79% | 0.98% | - |
| XYZ | 42.64 | 23.61 | 14.37 | - |
| YUV | 116.96 | 118.43 | 222.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 53 | 100 | 0 | 0.79 | 0.60 | 0.02 | 345.61 | 0.94 | 0.59 |
| Hex | F9 | 35 | 64 | 0 | 4F | 3C | 2 | 15A | 5E | 3B |
| Octal | 371 | 65 | 144 | 0 | 117 | 74 | 2 | 532 | 136 | 73 |
| Binary | 11111001 | 110101 | 1100100 | 0 | 1001111 | 111100 | 10 | 101011010 | 1011110 | 111011 |
Color Harmonies of #F93564
Complementary color
Monochromatic Colors of #F93564
Black with #F93564
Text Example
Text Example
White with #F93564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F93564; }
p { color: rgb(249,53,100); }
H1.HeaderClassName
{
color: #F93564;
}
.AnyTagClassName
{
color: #F93564;
}
</style>
background-color css
<style>
a { background-color: #F93564; }
a { background-color: rgb(249,53,100); }
div.DivClassName
{
background-color: #F93564;
}
.BgClassName
{
background-color: #F93564;
}
</style>
border-color css
<style>
span { border-color: #F93564; }
span { border-color: rgb(249,53,100); }
td.TdClassName
{
border-color: #F93564;
}
.TagClassName
{
border-color: #F93564;
}
</style>