Shades of Radical Red #F94260
Tints of Radical Red #F94260
RGB
CMYK
RGB Variations
Color information
#F94260 (or 0xF94260) is known color: Radical Red. HEX triplet: F9, 42 and 60. RGB value is (249,66,96). Sum of RGB (Red+Green+Blue) = 249+66+96=411 (54% of max value = 765). Red value is 249 (97.66% from 255 or 60.58% from 411); Green value is 66 (26.17% from 255 or 16.06% from 411); Blue value is 96 (37.89% from 255 or 23.36% from 411); Max value from RGB is 249 - color contains mainly: red. Hex color #F94260 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F94260 is #06BD9F. Grayscale: #7C7C7C. Windows color (decimal): -441760 or 6308601. OLE color: 6308601.
HSL color Cylindrical-coordinate representation of color #F94260: hue angle of 350.16º 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 #F94260 is Cyan = 0, Magento = 0.73, Yellow = 0.61 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 66 | 96 | - |
| CMYK | 0 | 0.73 | 0.61 | 0.02 |
| HSL | 350.16º | 0.94% | 0.62% | - |
| HSV(B) | 350.16º | 0.73% | 0.98% | - |
| XYZ | 43.13 | 24.88 | 13.6 | - |
| YUV | 124.14 | 112.13 | 217.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 66 | 96 | 0 | 0.73 | 0.61 | 0.02 | 350.16 | 0.94 | 0.62 |
| Hex | F9 | 42 | 60 | 0 | 49 | 3D | 2 | 15E | 5E | 3E |
| Octal | 371 | 102 | 140 | 0 | 111 | 75 | 2 | 536 | 136 | 76 |
| Binary | 11111001 | 1000010 | 1100000 | 0 | 1001001 | 111101 | 10 | 101011110 | 1011110 | 111110 |
Color Harmonies of #F94260
Complementary color
Monochromatic Colors of #F94260
Black with #F94260
Text Example
Text Example
White with #F94260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F94260; }
p { color: rgb(249,66,96); }
H1.HeaderClassName
{
color: #F94260;
}
.AnyTagClassName
{
color: #F94260;
}
</style>
background-color css
<style>
a { background-color: #F94260; }
a { background-color: rgb(249,66,96); }
div.DivClassName
{
background-color: #F94260;
}
.BgClassName
{
background-color: #F94260;
}
</style>
border-color css
<style>
span { border-color: #F94260; }
span { border-color: rgb(249,66,96); }
td.TdClassName
{
border-color: #F94260;
}
.TagClassName
{
border-color: #F94260;
}
</style>