Shades of Radical Red #F93262
Tints of Radical Red #F93262
RGB
CMYK
RGB Variations
Color information
#F93262 (or 0xF93262) is known color: Radical Red. HEX triplet: F9, 32 and 62. RGB value is (249,50,98). Sum of RGB (Red+Green+Blue) = 249+50+98=397 (52% of max value = 765). Red value is 249 (97.66% from 255 or 62.72% from 397); Green value is 50 (19.92% from 255 or 12.59% from 397); Blue value is 98 (38.67% from 255 or 24.69% from 397); Max value from RGB is 249 - color contains mainly: red. Hex color #F93262 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F93262 is #06CD9D. Grayscale: #727272. Windows color (decimal): -445854 or 6435577. OLE color: 6435577.
HSL color Cylindrical-coordinate representation of color #F93262: hue angle of 345.53º 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 #F93262 is Cyan = 0, Magento = 0.80, Yellow = 0.61 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 50 | 98 | - |
| CMYK | 0 | 0.80 | 0.61 | 0.02 |
| HSL | 345.53º | 0.94% | 0.59% | - |
| HSV(B) | 345.53º | 0.8% | 0.98% | - |
| XYZ | 42.41 | 23.3 | 13.82 | - |
| YUV | 114.97 | 118.43 | 223.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 50 | 98 | 0 | 0.80 | 0.61 | 0.02 | 345.53 | 0.94 | 0.59 |
| Hex | F9 | 32 | 62 | 0 | 50 | 3D | 2 | 15A | 5E | 3B |
| Octal | 371 | 62 | 142 | 0 | 120 | 75 | 2 | 532 | 136 | 73 |
| Binary | 11111001 | 110010 | 1100010 | 0 | 1010000 | 111101 | 10 | 101011010 | 1011110 | 111011 |
Color Harmonies of #F93262
Complementary color
Monochromatic Colors of #F93262
Black with #F93262
Text Example
Text Example
White with #F93262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F93262; }
p { color: rgb(249,50,98); }
H1.HeaderClassName
{
color: #F93262;
}
.AnyTagClassName
{
color: #F93262;
}
</style>
background-color css
<style>
a { background-color: #F93262; }
a { background-color: rgb(249,50,98); }
div.DivClassName
{
background-color: #F93262;
}
.BgClassName
{
background-color: #F93262;
}
</style>
border-color css
<style>
span { border-color: #F93262; }
span { border-color: rgb(249,50,98); }
td.TdClassName
{
border-color: #F93262;
}
.TagClassName
{
border-color: #F93262;
}
</style>