Shades of Radical Red #F93562
Tints of Radical Red #F93562
RGB
CMYK
RGB Variations
Color information
#F93562 (or 0xF93562) is known color: Radical Red. HEX triplet: F9, 35 and 62. RGB value is (249,53,98). Sum of RGB (Red+Green+Blue) = 249+53+98=400 (52% of max value = 765). Red value is 249 (97.66% from 255 or 62.25% from 400); Green value is 53 (21.09% from 255 or 13.25% from 400); Blue value is 98 (38.67% from 255 or 24.5% from 400); Max value from RGB is 249 - color contains mainly: red. Hex color #F93562 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F93562 is #06CA9D. Grayscale: #747474. Windows color (decimal): -445086 or 6436345. OLE color: 6436345.
HSL color Cylindrical-coordinate representation of color #F93562: hue angle of 346.22º 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 #F93562 is Cyan = 0, Magento = 0.79, Yellow = 0.61 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 53 | 98 | - |
| CMYK | 0 | 0.79 | 0.61 | 0.02 |
| HSL | 346.22º | 0.94% | 0.59% | - |
| HSV(B) | 346.22º | 0.79% | 0.98% | - |
| XYZ | 42.54 | 23.57 | 13.86 | - |
| YUV | 116.73 | 117.43 | 222.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 53 | 98 | 0 | 0.79 | 0.61 | 0.02 | 346.22 | 0.94 | 0.59 |
| Hex | F9 | 35 | 62 | 0 | 4F | 3D | 2 | 15A | 5E | 3B |
| Octal | 371 | 65 | 142 | 0 | 117 | 75 | 2 | 532 | 136 | 73 |
| Binary | 11111001 | 110101 | 1100010 | 0 | 1001111 | 111101 | 10 | 101011010 | 1011110 | 111011 |
Color Harmonies of #F93562
Complementary color
Monochromatic Colors of #F93562
Black with #F93562
Text Example
Text Example
White with #F93562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F93562; }
p { color: rgb(249,53,98); }
H1.HeaderClassName
{
color: #F93562;
}
.AnyTagClassName
{
color: #F93562;
}
</style>
background-color css
<style>
a { background-color: #F93562; }
a { background-color: rgb(249,53,98); }
div.DivClassName
{
background-color: #F93562;
}
.BgClassName
{
background-color: #F93562;
}
</style>
border-color css
<style>
span { border-color: #F93562; }
span { border-color: rgb(249,53,98); }
td.TdClassName
{
border-color: #F93562;
}
.TagClassName
{
border-color: #F93562;
}
</style>