Shades of Radical Red #F94C4D
Tints of Radical Red #F94C4D
RGB
CMYK
RGB Variations
Color information
#F94C4D (or 0xF94C4D) is known color: Radical Red. HEX triplet: F9, 4C and 4D. RGB value is (249,76,77). Sum of RGB (Red+Green+Blue) = 249+76+77=402 (53% of max value = 765). Red value is 249 (97.66% from 255 or 61.94% from 402); Green value is 76 (30.08% from 255 or 18.91% from 402); Blue value is 77 (30.47% from 255 or 19.15% from 402); Max value from RGB is 249 - color contains mainly: red. Hex color #F94C4D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F94C4D is #06B3B2. Grayscale: #808080. Windows color (decimal): -439219 or 5065977. OLE color: 5065977.
HSL color Cylindrical-coordinate representation of color #F94C4D: hue angle of 359.65º 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 #F94C4D is Cyan = 0, Magento = 0.69, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 76 | 77 | - |
| CMYK | 0 | 0.69 | 0.69 | 0.02 |
| HSL | 359.65º | 0.94% | 0.64% | - |
| HSV(B) | 359.65º | 0.69% | 0.98% | - |
| XYZ | 42.99 | 25.84 | 9.74 | - |
| YUV | 127.84 | 99.31 | 214.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 76 | 77 | 0 | 0.69 | 0.69 | 0.02 | 359.65 | 0.94 | 0.64 |
| Hex | F9 | 4C | 4D | 0 | 45 | 45 | 2 | 168 | 5E | 40 |
| Octal | 371 | 114 | 115 | 0 | 105 | 105 | 2 | 550 | 136 | 100 |
| Binary | 11111001 | 1001100 | 1001101 | 0 | 1000101 | 1000101 | 10 | 101101000 | 1011110 | 1000000 |
Color Harmonies of #F94C4D
Complementary color
Monochromatic Colors of #F94C4D
Black with #F94C4D
Text Example
Text Example
White with #F94C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F94C4D; }
p { color: rgb(249,76,77); }
H1.HeaderClassName
{
color: #F94C4D;
}
.AnyTagClassName
{
color: #F94C4D;
}
</style>
background-color css
<style>
a { background-color: #F94C4D; }
a { background-color: rgb(249,76,77); }
div.DivClassName
{
background-color: #F94C4D;
}
.BgClassName
{
background-color: #F94C4D;
}
</style>
border-color css
<style>
span { border-color: #F94C4D; }
span { border-color: rgb(249,76,77); }
td.TdClassName
{
border-color: #F94C4D;
}
.TagClassName
{
border-color: #F94C4D;
}
</style>