Shades of Radical Red #F9304E
Tints of Radical Red #F9304E
RGB
CMYK
RGB Variations
Color information
#F9304E (or 0xF9304E) is known color: Radical Red. HEX triplet: F9, 30 and 4E. RGB value is (249,48,78). Sum of RGB (Red+Green+Blue) = 249+48+78=375 (49% of max value = 765). Red value is 249 (97.66% from 255 or 66.4% from 375); Green value is 48 (19.14% from 255 or 12.8% from 375); Blue value is 78 (30.86% from 255 or 20.8% from 375); Max value from RGB is 249 - color contains mainly: red. Hex color #F9304E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F9304E is #06CFB1. Grayscale: #6F6F6F. Windows color (decimal): -446386 or 5124345. OLE color: 5124345.
HSL color Cylindrical-coordinate representation of color #F9304E: hue angle of 351.04º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F9304E is Cyan = 0, Magento = 0.81, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 48 | 78 | - |
| CMYK | 0 | 0.81 | 0.69 | 0.02 |
| HSL | 351.04º | 0.94% | 0.58% | - |
| HSV(B) | 351.04º | 0.81% | 0.98% | - |
| XYZ | 41.5 | 22.8 | 9.42 | - |
| YUV | 111.52 | 109.09 | 226.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 48 | 78 | 0 | 0.81 | 0.69 | 0.02 | 351.04 | 0.94 | 0.58 |
| Hex | F9 | 30 | 4E | 0 | 51 | 45 | 2 | 15F | 5E | 3A |
| Octal | 371 | 60 | 116 | 0 | 121 | 105 | 2 | 537 | 136 | 72 |
| Binary | 11111001 | 110000 | 1001110 | 0 | 1010001 | 1000101 | 10 | 101011111 | 1011110 | 111010 |
Color Harmonies of #F9304E
Complementary color
Monochromatic Colors of #F9304E
Black with #F9304E
Text Example
Text Example
White with #F9304E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9304E; }
p { color: rgb(249,48,78); }
H1.HeaderClassName
{
color: #F9304E;
}
.AnyTagClassName
{
color: #F9304E;
}
</style>
background-color css
<style>
a { background-color: #F9304E; }
a { background-color: rgb(249,48,78); }
div.DivClassName
{
background-color: #F9304E;
}
.BgClassName
{
background-color: #F9304E;
}
</style>
border-color css
<style>
span { border-color: #F9304E; }
span { border-color: rgb(249,48,78); }
td.TdClassName
{
border-color: #F9304E;
}
.TagClassName
{
border-color: #F9304E;
}
</style>