Shades of Radical Red #F94C5A
Tints of Radical Red #F94C5A
RGB
CMYK
RGB Variations
Color information
#F94C5A (or 0xF94C5A) is known color: Radical Red. HEX triplet: F9, 4C and 5A. RGB value is (249,76,90). Sum of RGB (Red+Green+Blue) = 249+76+90=415 (54% of max value = 765). Red value is 249 (97.66% from 255 or 60% from 415); Green value is 76 (30.08% from 255 or 18.31% from 415); Blue value is 90 (35.55% from 255 or 21.69% from 415); Max value from RGB is 249 - color contains mainly: red. Hex color #F94C5A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F94C5A is #06B3A5. Grayscale: #818181. Windows color (decimal): -439206 or 5917945. OLE color: 5917945.
HSL color Cylindrical-coordinate representation of color #F94C5A: hue angle of 355.14º 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 #F94C5A is Cyan = 0, Magento = 0.69, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 76 | 90 | - |
| CMYK | 0 | 0.69 | 0.64 | 0.02 |
| HSL | 355.14º | 0.94% | 0.64% | - |
| HSV(B) | 355.14º | 0.69% | 0.98% | - |
| XYZ | 43.5 | 26.05 | 12.41 | - |
| YUV | 129.32 | 105.81 | 213.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 76 | 90 | 0 | 0.69 | 0.64 | 0.02 | 355.14 | 0.94 | 0.64 |
| Hex | F9 | 4C | 5A | 0 | 45 | 40 | 2 | 163 | 5E | 40 |
| Octal | 371 | 114 | 132 | 0 | 105 | 100 | 2 | 543 | 136 | 100 |
| Binary | 11111001 | 1001100 | 1011010 | 0 | 1000101 | 1000000 | 10 | 101100011 | 1011110 | 1000000 |
Color Harmonies of #F94C5A
Complementary color
Monochromatic Colors of #F94C5A
Black with #F94C5A
Text Example
Text Example
White with #F94C5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F94C5A; }
p { color: rgb(249,76,90); }
H1.HeaderClassName
{
color: #F94C5A;
}
.AnyTagClassName
{
color: #F94C5A;
}
</style>
background-color css
<style>
a { background-color: #F94C5A; }
a { background-color: rgb(249,76,90); }
div.DivClassName
{
background-color: #F94C5A;
}
.BgClassName
{
background-color: #F94C5A;
}
</style>
border-color css
<style>
span { border-color: #F94C5A; }
span { border-color: rgb(249,76,90); }
td.TdClassName
{
border-color: #F94C5A;
}
.TagClassName
{
border-color: #F94C5A;
}
</style>