Shades of Radical Red #F94C64
Tints of Radical Red #F94C64
RGB
CMYK
RGB Variations
Color information
#F94C64 (or 0xF94C64) is known color: Radical Red. HEX triplet: F9, 4C and 64. RGB value is (249,76,100). Sum of RGB (Red+Green+Blue) = 249+76+100=425 (56% of max value = 765). Red value is 249 (97.66% from 255 or 58.59% from 425); Green value is 76 (30.08% from 255 or 17.88% from 425); Blue value is 100 (39.45% from 255 or 23.53% from 425); Max value from RGB is 249 - color contains mainly: red. Hex color #F94C64 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F94C64 is #06B39B. Grayscale: #828282. Windows color (decimal): -439196 or 6573305. OLE color: 6573305.
HSL color Cylindrical-coordinate representation of color #F94C64: hue angle of 351.68º 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 #F94C64 is Cyan = 0, Magento = 0.69, Yellow = 0.60 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 76 | 100 | - |
| CMYK | 0 | 0.69 | 0.60 | 0.02 |
| HSL | 351.68º | 0.94% | 0.64% | - |
| HSV(B) | 351.68º | 0.69% | 0.98% | - |
| XYZ | 43.95 | 26.23 | 14.8 | - |
| YUV | 130.46 | 110.81 | 212.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 76 | 100 | 0 | 0.69 | 0.60 | 0.02 | 351.68 | 0.94 | 0.64 |
| Hex | F9 | 4C | 64 | 0 | 45 | 3C | 2 | 160 | 5E | 40 |
| Octal | 371 | 114 | 144 | 0 | 105 | 74 | 2 | 540 | 136 | 100 |
| Binary | 11111001 | 1001100 | 1100100 | 0 | 1000101 | 111100 | 10 | 101100000 | 1011110 | 1000000 |
Color Harmonies of #F94C64
Complementary color
Monochromatic Colors of #F94C64
Black with #F94C64
Text Example
Text Example
White with #F94C64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F94C64; }
p { color: rgb(249,76,100); }
H1.HeaderClassName
{
color: #F94C64;
}
.AnyTagClassName
{
color: #F94C64;
}
</style>
background-color css
<style>
a { background-color: #F94C64; }
a { background-color: rgb(249,76,100); }
div.DivClassName
{
background-color: #F94C64;
}
.BgClassName
{
background-color: #F94C64;
}
</style>
border-color css
<style>
span { border-color: #F94C64; }
span { border-color: rgb(249,76,100); }
td.TdClassName
{
border-color: #F94C64;
}
.TagClassName
{
border-color: #F94C64;
}
</style>