Shades of Radical Red #F94460
Tints of Radical Red #F94460
RGB
CMYK
RGB Variations
Color information
#F94460 (or 0xF94460) is known color: Radical Red. HEX triplet: F9, 44 and 60. RGB value is (249,68,96). Sum of RGB (Red+Green+Blue) = 249+68+96=413 (54% of max value = 765). Red value is 249 (97.66% from 255 or 60.29% from 413); Green value is 68 (26.95% from 255 or 16.46% from 413); Blue value is 96 (37.89% from 255 or 23.24% from 413); Max value from RGB is 249 - color contains mainly: red. Hex color #F94460 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F94460 is #06BB9F. Grayscale: #7D7D7D. Windows color (decimal): -441248 or 6309113. OLE color: 6309113.
HSL color Cylindrical-coordinate representation of color #F94460: hue angle of 350.72º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F94460 is Cyan = 0, Magento = 0.73, Yellow = 0.61 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 68 | 96 | - |
| CMYK | 0 | 0.73 | 0.61 | 0.02 |
| HSL | 350.72º | 0.94% | 0.62% | - |
| HSV(B) | 350.72º | 0.73% | 0.98% | - |
| XYZ | 43.25 | 25.12 | 13.64 | - |
| YUV | 125.31 | 111.47 | 216.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 68 | 96 | 0 | 0.73 | 0.61 | 0.02 | 350.72 | 0.94 | 0.62 |
| Hex | F9 | 44 | 60 | 0 | 49 | 3D | 2 | 15F | 5E | 3E |
| Octal | 371 | 104 | 140 | 0 | 111 | 75 | 2 | 537 | 136 | 76 |
| Binary | 11111001 | 1000100 | 1100000 | 0 | 1001001 | 111101 | 10 | 101011111 | 1011110 | 111110 |
Color Harmonies of #F94460
Complementary color
Monochromatic Colors of #F94460
Black with #F94460
Text Example
Text Example
White with #F94460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F94460; }
p { color: rgb(249,68,96); }
H1.HeaderClassName
{
color: #F94460;
}
.AnyTagClassName
{
color: #F94460;
}
</style>
background-color css
<style>
a { background-color: #F94460; }
a { background-color: rgb(249,68,96); }
div.DivClassName
{
background-color: #F94460;
}
.BgClassName
{
background-color: #F94460;
}
</style>
border-color css
<style>
span { border-color: #F94460; }
span { border-color: rgb(249,68,96); }
td.TdClassName
{
border-color: #F94460;
}
.TagClassName
{
border-color: #F94460;
}
</style>