Shades of Radical Red #F93A4D
Tints of Radical Red #F93A4D
RGB
CMYK
RGB Variations
Color information
#F93A4D (or 0xF93A4D) is known color: Radical Red. HEX triplet: F9, 3A and 4D. RGB value is (249,58,77). Sum of RGB (Red+Green+Blue) = 249+58+77=384 (50% of max value = 765). Red value is 249 (97.66% from 255 or 64.84% from 384); Green value is 58 (23.05% from 255 or 15.10% from 384); Blue value is 77 (30.47% from 255 or 20.05% from 384); Max value from RGB is 249 - color contains mainly: red. Hex color #F93A4D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F93A4D is #06C5B2. Grayscale: #757575. Windows color (decimal): -443827 or 5061369. OLE color: 5061369.
HSL color Cylindrical-coordinate representation of color #F93A4D: hue angle of 354.03º 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 #F93A4D is Cyan = 0, Magento = 0.77, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 58 | 77 | - |
| CMYK | 0 | 0.77 | 0.69 | 0.02 |
| HSL | 354.03º | 0.94% | 0.6% | - |
| HSV(B) | 354.03º | 0.77% | 0.98% | - |
| XYZ | 41.92 | 23.7 | 9.39 | - |
| YUV | 117.28 | 105.28 | 221.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 58 | 77 | 0 | 0.77 | 0.69 | 0.02 | 354.03 | 0.94 | 0.6 |
| Hex | F9 | 3A | 4D | 0 | 4D | 45 | 2 | 162 | 5E | 3C |
| Octal | 371 | 72 | 115 | 0 | 115 | 105 | 2 | 542 | 136 | 74 |
| Binary | 11111001 | 111010 | 1001101 | 0 | 1001101 | 1000101 | 10 | 101100010 | 1011110 | 111100 |
Color Harmonies of #F93A4D
Complementary color
Monochromatic Colors of #F93A4D
Black with #F93A4D
Text Example
Text Example
White with #F93A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F93A4D; }
p { color: rgb(249,58,77); }
H1.HeaderClassName
{
color: #F93A4D;
}
.AnyTagClassName
{
color: #F93A4D;
}
</style>
background-color css
<style>
a { background-color: #F93A4D; }
a { background-color: rgb(249,58,77); }
div.DivClassName
{
background-color: #F93A4D;
}
.BgClassName
{
background-color: #F93A4D;
}
</style>
border-color css
<style>
span { border-color: #F93A4D; }
span { border-color: rgb(249,58,77); }
td.TdClassName
{
border-color: #F93A4D;
}
.TagClassName
{
border-color: #F93A4D;
}
</style>