Shades of Radical Red #F9304D
Tints of Radical Red #F9304D
RGB
CMYK
RGB Variations
Color information
#F9304D (or 0xF9304D) is known color: Radical Red. HEX triplet: F9, 30 and 4D. RGB value is (249,48,77). Sum of RGB (Red+Green+Blue) = 249+48+77=374 (49% of max value = 765). Red value is 249 (97.66% from 255 or 66.58% from 374); Green value is 48 (19.14% from 255 or 12.83% from 374); Blue value is 77 (30.47% from 255 or 20.59% from 374); Max value from RGB is 249 - color contains mainly: red. Hex color #F9304D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F9304D is #06CFB2. Grayscale: #6F6F6F. Windows color (decimal): -446387 or 5058809. OLE color: 5058809.
HSL color Cylindrical-coordinate representation of color #F9304D: hue angle of 351.34º 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 #F9304D is Cyan = 0, Magento = 0.81, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 48 | 77 | - |
| CMYK | 0 | 0.81 | 0.69 | 0.02 |
| HSL | 351.34º | 0.94% | 0.58% | - |
| HSV(B) | 351.34º | 0.81% | 0.98% | - |
| XYZ | 41.46 | 22.79 | 9.23 | - |
| YUV | 111.41 | 108.59 | 226.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 48 | 77 | 0 | 0.81 | 0.69 | 0.02 | 351.34 | 0.94 | 0.58 |
| Hex | F9 | 30 | 4D | 0 | 51 | 45 | 2 | 15F | 5E | 3A |
| Octal | 371 | 60 | 115 | 0 | 121 | 105 | 2 | 537 | 136 | 72 |
| Binary | 11111001 | 110000 | 1001101 | 0 | 1010001 | 1000101 | 10 | 101011111 | 1011110 | 111010 |
Color Harmonies of #F9304D
Complementary color
Monochromatic Colors of #F9304D
Black with #F9304D
Text Example
Text Example
White with #F9304D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9304D; }
p { color: rgb(249,48,77); }
H1.HeaderClassName
{
color: #F9304D;
}
.AnyTagClassName
{
color: #F9304D;
}
</style>
background-color css
<style>
a { background-color: #F9304D; }
a { background-color: rgb(249,48,77); }
div.DivClassName
{
background-color: #F9304D;
}
.BgClassName
{
background-color: #F9304D;
}
</style>
border-color css
<style>
span { border-color: #F9304D; }
span { border-color: rgb(249,48,77); }
td.TdClassName
{
border-color: #F9304D;
}
.TagClassName
{
border-color: #F9304D;
}
</style>