Shades of Radical Red #F94C58
Tints of Radical Red #F94C58
RGB
CMYK
RGB Variations
Color information
#F94C58 (or 0xF94C58) is known color: Radical Red. HEX triplet: F9, 4C and 58. RGB value is (249,76,88). Sum of RGB (Red+Green+Blue) = 249+76+88=413 (54% of max value = 765). Red value is 249 (97.66% from 255 or 60.29% from 413); Green value is 76 (30.08% from 255 or 18.40% from 413); Blue value is 88 (34.77% from 255 or 21.31% from 413); Max value from RGB is 249 - color contains mainly: red. Hex color #F94C58 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F94C58 is #06B3A7. Grayscale: #818181. Windows color (decimal): -439208 or 5786873. OLE color: 5786873.
HSL color Cylindrical-coordinate representation of color #F94C58: hue angle of 355.84º degrees, saturation: 0.94, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F94C58 is Cyan = 0, Magento = 0.69, Yellow = 0.65 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 76 | 88 | - |
| CMYK | 0 | 0.69 | 0.65 | 0.02 |
| HSL | 355.84º | 0.94% | 0.64% | - |
| HSV(B) | 355.84º | 0.69% | 0.98% | - |
| XYZ | 43.41 | 26.01 | 11.97 | - |
| YUV | 129.1 | 104.81 | 213.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 76 | 88 | 0 | 0.69 | 0.65 | 0.02 | 355.84 | 0.94 | 0.64 |
| Hex | F9 | 4C | 58 | 0 | 45 | 41 | 2 | 164 | 5E | 40 |
| Octal | 371 | 114 | 130 | 0 | 105 | 101 | 2 | 544 | 136 | 100 |
| Binary | 11111001 | 1001100 | 1011000 | 0 | 1000101 | 1000001 | 10 | 101100100 | 1011110 | 1000000 |
Color Harmonies of #F94C58
Complementary color
Monochromatic Colors of #F94C58
Black with #F94C58
Text Example
Text Example
White with #F94C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F94C58; }
p { color: rgb(249,76,88); }
H1.HeaderClassName
{
color: #F94C58;
}
.AnyTagClassName
{
color: #F94C58;
}
</style>
background-color css
<style>
a { background-color: #F94C58; }
a { background-color: rgb(249,76,88); }
div.DivClassName
{
background-color: #F94C58;
}
.BgClassName
{
background-color: #F94C58;
}
</style>
border-color css
<style>
span { border-color: #F94C58; }
span { border-color: rgb(249,76,88); }
td.TdClassName
{
border-color: #F94C58;
}
.TagClassName
{
border-color: #F94C58;
}
</style>