Shades of Radical Red #F93E4D
Tints of Radical Red #F93E4D
RGB
CMYK
RGB Variations
Color information
#F93E4D (or 0xF93E4D) is known color: Radical Red. HEX triplet: F9, 3E and 4D. RGB value is (249,62,77). Sum of RGB (Red+Green+Blue) = 249+62+77=388 (51% of max value = 765). Red value is 249 (97.66% from 255 or 64.18% from 388); Green value is 62 (24.61% from 255 or 15.98% from 388); Blue value is 77 (30.47% from 255 or 19.85% from 388); Max value from RGB is 249 - color contains mainly: red. Hex color #F93E4D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F93E4D is #06C1B2. Grayscale: #777777. Windows color (decimal): -442803 or 5062393. OLE color: 5062393.
HSL color Cylindrical-coordinate representation of color #F93E4D: hue angle of 355.19º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F93E4D is Cyan = 0, Magento = 0.75, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 62 | 77 | - |
| CMYK | 0 | 0.75 | 0.69 | 0.02 |
| HSL | 355.19º | 0.94% | 0.61% | - |
| HSV(B) | 355.19º | 0.75% | 0.98% | - |
| XYZ | 42.13 | 24.12 | 9.46 | - |
| YUV | 119.62 | 103.95 | 220.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 62 | 77 | 0 | 0.75 | 0.69 | 0.02 | 355.19 | 0.94 | 0.61 |
| Hex | F9 | 3E | 4D | 0 | 4B | 45 | 2 | 163 | 5E | 3D |
| Octal | 371 | 76 | 115 | 0 | 113 | 105 | 2 | 543 | 136 | 75 |
| Binary | 11111001 | 111110 | 1001101 | 0 | 1001011 | 1000101 | 10 | 101100011 | 1011110 | 111101 |
Color Harmonies of #F93E4D
Complementary color
Monochromatic Colors of #F93E4D
Black with #F93E4D
Text Example
Text Example
White with #F93E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F93E4D; }
p { color: rgb(249,62,77); }
H1.HeaderClassName
{
color: #F93E4D;
}
.AnyTagClassName
{
color: #F93E4D;
}
</style>
background-color css
<style>
a { background-color: #F93E4D; }
a { background-color: rgb(249,62,77); }
div.DivClassName
{
background-color: #F93E4D;
}
.BgClassName
{
background-color: #F93E4D;
}
</style>
border-color css
<style>
span { border-color: #F93E4D; }
span { border-color: rgb(249,62,77); }
td.TdClassName
{
border-color: #F93E4D;
}
.TagClassName
{
border-color: #F93E4D;
}
</style>