Shades of Radical Red #F94964
Tints of Radical Red #F94964
RGB
CMYK
RGB Variations
Color information
#F94964 (or 0xF94964) is known color: Radical Red. HEX triplet: F9, 49 and 64. RGB value is (249,73,100). Sum of RGB (Red+Green+Blue) = 249+73+100=422 (55% of max value = 765). Red value is 249 (97.66% from 255 or 59.00% from 422); Green value is 73 (28.91% from 255 or 17.30% from 422); Blue value is 100 (39.45% from 255 or 23.70% from 422); Max value from RGB is 249 - color contains mainly: red. Hex color #F94964 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F94964 is #06B69B. Grayscale: #808080. Windows color (decimal): -439964 or 6572537. OLE color: 6572537.
HSL color Cylindrical-coordinate representation of color #F94964: hue angle of 350.8º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F94964 is Cyan = 0, Magento = 0.71, Yellow = 0.60 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 73 | 100 | - |
| CMYK | 0 | 0.71 | 0.60 | 0.02 |
| HSL | 350.8º | 0.94% | 0.63% | - |
| HSV(B) | 350.8º | 0.71% | 0.98% | - |
| XYZ | 43.75 | 25.82 | 14.74 | - |
| YUV | 128.7 | 111.81 | 213.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 73 | 100 | 0 | 0.71 | 0.60 | 0.02 | 350.8 | 0.94 | 0.63 |
| Hex | F9 | 49 | 64 | 0 | 47 | 3C | 2 | 15F | 5E | 3F |
| Octal | 371 | 111 | 144 | 0 | 107 | 74 | 2 | 537 | 136 | 77 |
| Binary | 11111001 | 1001001 | 1100100 | 0 | 1000111 | 111100 | 10 | 101011111 | 1011110 | 111111 |
Color Harmonies of #F94964
Complementary color
Monochromatic Colors of #F94964
Black with #F94964
Text Example
Text Example
White with #F94964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F94964; }
p { color: rgb(249,73,100); }
H1.HeaderClassName
{
color: #F94964;
}
.AnyTagClassName
{
color: #F94964;
}
</style>
background-color css
<style>
a { background-color: #F94964; }
a { background-color: rgb(249,73,100); }
div.DivClassName
{
background-color: #F94964;
}
.BgClassName
{
background-color: #F94964;
}
</style>
border-color css
<style>
span { border-color: #F94964; }
span { border-color: rgb(249,73,100); }
td.TdClassName
{
border-color: #F94964;
}
.TagClassName
{
border-color: #F94964;
}
</style>