Shades of Radical Red #F94043
Tints of Radical Red #F94043
RGB
CMYK
RGB Variations
Color information
#F94043 (or 0xF94043) is known color: Radical Red. HEX triplet: F9, 40 and 43. RGB value is (249,64,67). Sum of RGB (Red+Green+Blue) = 249+64+67=380 (50% of max value = 765). Red value is 249 (97.66% from 255 or 65.53% from 380); Green value is 64 (25.39% from 255 or 16.84% from 380); Blue value is 67 (26.56% from 255 or 17.63% from 380); Max value from RGB is 249 - color contains mainly: red. Hex color #F94043 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F94043 is #06BFBC. Grayscale: #777777. Windows color (decimal): -442301 or 4407545. OLE color: 4407545.
HSL color Cylindrical-coordinate representation of color #F94043: hue angle of 359.03º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F94043 is Cyan = 0, Magento = 0.74, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 64 | 67 | - |
| CMYK | 0 | 0.74 | 0.73 | 0.02 |
| HSL | 359.03º | 0.94% | 0.61% | - |
| HSV(B) | 359.03º | 0.74% | 0.98% | - |
| XYZ | 41.91 | 24.21 | 7.77 | - |
| YUV | 119.66 | 98.29 | 220.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 64 | 67 | 0 | 0.74 | 0.73 | 0.02 | 359.03 | 0.94 | 0.61 |
| Hex | F9 | 40 | 43 | 0 | 4A | 49 | 2 | 167 | 5E | 3D |
| Octal | 371 | 100 | 103 | 0 | 112 | 111 | 2 | 547 | 136 | 75 |
| Binary | 11111001 | 1000000 | 1000011 | 0 | 1001010 | 1001001 | 10 | 101100111 | 1011110 | 111101 |
Color Harmonies of #F94043
Complementary color
Monochromatic Colors of #F94043
Black with #F94043
Text Example
Text Example
White with #F94043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F94043; }
p { color: rgb(249,64,67); }
H1.HeaderClassName
{
color: #F94043;
}
.AnyTagClassName
{
color: #F94043;
}
</style>
background-color css
<style>
a { background-color: #F94043; }
a { background-color: rgb(249,64,67); }
div.DivClassName
{
background-color: #F94043;
}
.BgClassName
{
background-color: #F94043;
}
</style>
border-color css
<style>
span { border-color: #F94043; }
span { border-color: rgb(249,64,67); }
td.TdClassName
{
border-color: #F94043;
}
.TagClassName
{
border-color: #F94043;
}
</style>