Shades of Radical Red #F9325A
Tints of Radical Red #F9325A
RGB
CMYK
RGB Variations
Color information
#F9325A (or 0xF9325A) is known color: Radical Red. HEX triplet: F9, 32 and 5A. RGB value is (249,50,90). Sum of RGB (Red+Green+Blue) = 249+50+90=389 (51% of max value = 765). Red value is 249 (97.66% from 255 or 64.01% from 389); Green value is 50 (19.92% from 255 or 12.85% from 389); Blue value is 90 (35.55% from 255 or 23.14% from 389); Max value from RGB is 249 - color contains mainly: red. Hex color #F9325A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F9325A is #06CDA5. Grayscale: #727272. Windows color (decimal): -445862 or 5911289. OLE color: 5911289.
HSL color Cylindrical-coordinate representation of color #F9325A: hue angle of 347.94º 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 #F9325A is Cyan = 0, Magento = 0.80, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 50 | 90 | - |
| CMYK | 0 | 0.80 | 0.64 | 0.02 |
| HSL | 347.94º | 0.94% | 0.59% | - |
| HSV(B) | 347.94º | 0.8% | 0.98% | - |
| XYZ | 42.05 | 23.16 | 11.93 | - |
| YUV | 114.06 | 114.43 | 224.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 50 | 90 | 0 | 0.80 | 0.64 | 0.02 | 347.94 | 0.94 | 0.59 |
| Hex | F9 | 32 | 5A | 0 | 50 | 40 | 2 | 15C | 5E | 3B |
| Octal | 371 | 62 | 132 | 0 | 120 | 100 | 2 | 534 | 136 | 73 |
| Binary | 11111001 | 110010 | 1011010 | 0 | 1010000 | 1000000 | 10 | 101011100 | 1011110 | 111011 |
Color Harmonies of #F9325A
Complementary color
Monochromatic Colors of #F9325A
Black with #F9325A
Text Example
Text Example
White with #F9325A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9325A; }
p { color: rgb(249,50,90); }
H1.HeaderClassName
{
color: #F9325A;
}
.AnyTagClassName
{
color: #F9325A;
}
</style>
background-color css
<style>
a { background-color: #F9325A; }
a { background-color: rgb(249,50,90); }
div.DivClassName
{
background-color: #F9325A;
}
.BgClassName
{
background-color: #F9325A;
}
</style>
border-color css
<style>
span { border-color: #F9325A; }
span { border-color: rgb(249,50,90); }
td.TdClassName
{
border-color: #F9325A;
}
.TagClassName
{
border-color: #F9325A;
}
</style>