Shades of Radical Red #F94458
Tints of Radical Red #F94458
RGB
CMYK
RGB Variations
Color information
#F94458 (or 0xF94458) is known color: Radical Red. HEX triplet: F9, 44 and 58. RGB value is (249,68,88). Sum of RGB (Red+Green+Blue) = 249+68+88=405 (53% of max value = 765). Red value is 249 (97.66% from 255 or 61.48% from 405); Green value is 68 (26.95% from 255 or 16.79% from 405); Blue value is 88 (34.77% from 255 or 21.73% from 405); Max value from RGB is 249 - color contains mainly: red. Hex color #F94458 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F94458 is #06BBA7. Grayscale: #7C7C7C. Windows color (decimal): -441256 or 5784825. OLE color: 5784825.
HSL color Cylindrical-coordinate representation of color #F94458: hue angle of 353.37º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F94458 is Cyan = 0, Magento = 0.73, Yellow = 0.65 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 68 | 88 | - |
| CMYK | 0 | 0.73 | 0.65 | 0.02 |
| HSL | 353.37º | 0.94% | 0.62% | - |
| HSV(B) | 353.37º | 0.73% | 0.98% | - |
| XYZ | 42.9 | 24.98 | 11.79 | - |
| YUV | 124.4 | 107.47 | 216.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 68 | 88 | 0 | 0.73 | 0.65 | 0.02 | 353.37 | 0.94 | 0.62 |
| Hex | F9 | 44 | 58 | 0 | 49 | 41 | 2 | 161 | 5E | 3E |
| Octal | 371 | 104 | 130 | 0 | 111 | 101 | 2 | 541 | 136 | 76 |
| Binary | 11111001 | 1000100 | 1011000 | 0 | 1001001 | 1000001 | 10 | 101100001 | 1011110 | 111110 |
Color Harmonies of #F94458
Complementary color
Monochromatic Colors of #F94458
Black with #F94458
Text Example
Text Example
White with #F94458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F94458; }
p { color: rgb(249,68,88); }
H1.HeaderClassName
{
color: #F94458;
}
.AnyTagClassName
{
color: #F94458;
}
</style>
background-color css
<style>
a { background-color: #F94458; }
a { background-color: rgb(249,68,88); }
div.DivClassName
{
background-color: #F94458;
}
.BgClassName
{
background-color: #F94458;
}
</style>
border-color css
<style>
span { border-color: #F94458; }
span { border-color: rgb(249,68,88); }
td.TdClassName
{
border-color: #F94458;
}
.TagClassName
{
border-color: #F94458;
}
</style>