Shades of Radical Red #F94A4D
Tints of Radical Red #F94A4D
RGB
CMYK
RGB Variations
Color information
#F94A4D (or 0xF94A4D) is known color: Radical Red. HEX triplet: F9, 4A and 4D. RGB value is (249,74,77). Sum of RGB (Red+Green+Blue) = 249+74+77=400 (52% of max value = 765). Red value is 249 (97.66% from 255 or 62.25% from 400); Green value is 74 (29.30% from 255 or 18.5% from 400); Blue value is 77 (30.47% from 255 or 19.25% from 400); Max value from RGB is 249 - color contains mainly: red. Hex color #F94A4D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F94A4D is #06B5B2. Grayscale: #7E7E7E. Windows color (decimal): -439731 or 5065465. OLE color: 5065465.
HSL color Cylindrical-coordinate representation of color #F94A4D: hue angle of 358.97º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F94A4D is Cyan = 0, Magento = 0.70, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 74 | 77 | - |
| CMYK | 0 | 0.70 | 0.69 | 0.02 |
| HSL | 358.97º | 0.94% | 0.63% | - |
| HSV(B) | 358.97º | 0.7% | 0.98% | - |
| XYZ | 42.86 | 25.57 | 9.7 | - |
| YUV | 126.67 | 99.98 | 215.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 74 | 77 | 0 | 0.70 | 0.69 | 0.02 | 358.97 | 0.94 | 0.63 |
| Hex | F9 | 4A | 4D | 0 | 46 | 45 | 2 | 167 | 5E | 3F |
| Octal | 371 | 112 | 115 | 0 | 106 | 105 | 2 | 547 | 136 | 77 |
| Binary | 11111001 | 1001010 | 1001101 | 0 | 1000110 | 1000101 | 10 | 101100111 | 1011110 | 111111 |
Color Harmonies of #F94A4D
Complementary color
Monochromatic Colors of #F94A4D
Black with #F94A4D
Text Example
Text Example
White with #F94A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F94A4D; }
p { color: rgb(249,74,77); }
H1.HeaderClassName
{
color: #F94A4D;
}
.AnyTagClassName
{
color: #F94A4D;
}
</style>
background-color css
<style>
a { background-color: #F94A4D; }
a { background-color: rgb(249,74,77); }
div.DivClassName
{
background-color: #F94A4D;
}
.BgClassName
{
background-color: #F94A4D;
}
</style>
border-color css
<style>
span { border-color: #F94A4D; }
span { border-color: rgb(249,74,77); }
td.TdClassName
{
border-color: #F94A4D;
}
.TagClassName
{
border-color: #F94A4D;
}
</style>