Shades of Radical Red #F93758
Tints of Radical Red #F93758
RGB
CMYK
RGB Variations
Color information
#F93758 (or 0xF93758) is known color: Radical Red. HEX triplet: F9, 37 and 58. RGB value is (249,55,88). Sum of RGB (Red+Green+Blue) = 249+55+88=392 (51% of max value = 765). Red value is 249 (97.66% from 255 or 63.52% from 392); Green value is 55 (21.88% from 255 or 14.03% from 392); Blue value is 88 (34.77% from 255 or 22.45% from 392); Max value from RGB is 249 - color contains mainly: red. Hex color #F93758 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F93758 is #06C8A7. Grayscale: #747474. Windows color (decimal): -444584 or 5781497. OLE color: 5781497.
HSL color Cylindrical-coordinate representation of color #F93758: hue angle of 349.79º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F93758 is Cyan = 0, Magento = 0.78, Yellow = 0.65 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 55 | 88 | - |
| CMYK | 0 | 0.78 | 0.65 | 0.02 |
| HSL | 349.79º | 0.94% | 0.6% | - |
| HSV(B) | 349.79º | 0.78% | 0.98% | - |
| XYZ | 42.19 | 23.58 | 11.56 | - |
| YUV | 116.77 | 111.77 | 222.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 55 | 88 | 0 | 0.78 | 0.65 | 0.02 | 349.79 | 0.94 | 0.6 |
| Hex | F9 | 37 | 58 | 0 | 4E | 41 | 2 | 15E | 5E | 3C |
| Octal | 371 | 67 | 130 | 0 | 116 | 101 | 2 | 536 | 136 | 74 |
| Binary | 11111001 | 110111 | 1011000 | 0 | 1001110 | 1000001 | 10 | 101011110 | 1011110 | 111100 |
Color Harmonies of #F93758
Complementary color
Monochromatic Colors of #F93758
Black with #F93758
Text Example
Text Example
White with #F93758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F93758; }
p { color: rgb(249,55,88); }
H1.HeaderClassName
{
color: #F93758;
}
.AnyTagClassName
{
color: #F93758;
}
</style>
background-color css
<style>
a { background-color: #F93758; }
a { background-color: rgb(249,55,88); }
div.DivClassName
{
background-color: #F93758;
}
.BgClassName
{
background-color: #F93758;
}
</style>
border-color css
<style>
span { border-color: #F93758; }
span { border-color: rgb(249,55,88); }
td.TdClassName
{
border-color: #F93758;
}
.TagClassName
{
border-color: #F93758;
}
</style>