Shades of Radical Red #F9324D
Tints of Radical Red #F9324D
RGB
CMYK
RGB Variations
Color information
#F9324D (or 0xF9324D) is known color: Radical Red. HEX triplet: F9, 32 and 4D. RGB value is (249,50,77). Sum of RGB (Red+Green+Blue) = 249+50+77=376 (49% of max value = 765). Red value is 249 (97.66% from 255 or 66.22% from 376); Green value is 50 (19.92% from 255 or 13.30% from 376); Blue value is 77 (30.47% from 255 or 20.48% from 376); Max value from RGB is 249 - color contains mainly: red. Hex color #F9324D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F9324D is #06CDB2. Grayscale: #707070. Windows color (decimal): -445875 or 5059321. OLE color: 5059321.
HSL color Cylindrical-coordinate representation of color #F9324D: hue angle of 351.86º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F9324D is Cyan = 0, Magento = 0.80, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 50 | 77 | - |
| CMYK | 0 | 0.80 | 0.69 | 0.02 |
| HSL | 351.86º | 0.94% | 0.59% | - |
| HSV(B) | 351.86º | 0.8% | 0.98% | - |
| XYZ | 41.55 | 22.96 | 9.26 | - |
| YUV | 112.58 | 107.93 | 225.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 50 | 77 | 0 | 0.80 | 0.69 | 0.02 | 351.86 | 0.94 | 0.59 |
| Hex | F9 | 32 | 4D | 0 | 50 | 45 | 2 | 160 | 5E | 3B |
| Octal | 371 | 62 | 115 | 0 | 120 | 105 | 2 | 540 | 136 | 73 |
| Binary | 11111001 | 110010 | 1001101 | 0 | 1010000 | 1000101 | 10 | 101100000 | 1011110 | 111011 |
Color Harmonies of #F9324D
Complementary color
Monochromatic Colors of #F9324D
Black with #F9324D
Text Example
Text Example
White with #F9324D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9324D; }
p { color: rgb(249,50,77); }
H1.HeaderClassName
{
color: #F9324D;
}
.AnyTagClassName
{
color: #F9324D;
}
</style>
background-color css
<style>
a { background-color: #F9324D; }
a { background-color: rgb(249,50,77); }
div.DivClassName
{
background-color: #F9324D;
}
.BgClassName
{
background-color: #F9324D;
}
</style>
border-color css
<style>
span { border-color: #F9324D; }
span { border-color: rgb(249,50,77); }
td.TdClassName
{
border-color: #F9324D;
}
.TagClassName
{
border-color: #F9324D;
}
</style>