Shades of Radical Red #F9325F
Tints of Radical Red #F9325F
RGB
CMYK
RGB Variations
Color information
#F9325F (or 0xF9325F) is known color: Radical Red. HEX triplet: F9, 32 and 5F. RGB value is (249,50,95). Sum of RGB (Red+Green+Blue) = 249+50+95=394 (52% of max value = 765). Red value is 249 (97.66% from 255 or 63.20% from 394); Green value is 50 (19.92% from 255 or 12.69% from 394); Blue value is 95 (37.5% from 255 or 24.11% from 394); Max value from RGB is 249 - color contains mainly: red. Hex color #F9325F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F9325F is #06CDA0. Grayscale: #727272. Windows color (decimal): -445857 or 6238969. OLE color: 6238969.
HSL color Cylindrical-coordinate representation of color #F9325F: hue angle of 346.43º 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 #F9325F is Cyan = 0, Magento = 0.80, Yellow = 0.62 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 50 | 95 | - |
| CMYK | 0 | 0.80 | 0.62 | 0.02 |
| HSL | 346.43º | 0.94% | 0.59% | - |
| HSV(B) | 346.43º | 0.8% | 0.98% | - |
| XYZ | 42.27 | 23.25 | 13.09 | - |
| YUV | 114.63 | 116.93 | 223.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 50 | 95 | 0 | 0.80 | 0.62 | 0.02 | 346.43 | 0.94 | 0.59 |
| Hex | F9 | 32 | 5F | 0 | 50 | 3E | 2 | 15A | 5E | 3B |
| Octal | 371 | 62 | 137 | 0 | 120 | 76 | 2 | 532 | 136 | 73 |
| Binary | 11111001 | 110010 | 1011111 | 0 | 1010000 | 111110 | 10 | 101011010 | 1011110 | 111011 |
Color Harmonies of #F9325F
Complementary color
Monochromatic Colors of #F9325F
Black with #F9325F
Text Example
Text Example
White with #F9325F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9325F; }
p { color: rgb(249,50,95); }
H1.HeaderClassName
{
color: #F9325F;
}
.AnyTagClassName
{
color: #F9325F;
}
</style>
background-color css
<style>
a { background-color: #F9325F; }
a { background-color: rgb(249,50,95); }
div.DivClassName
{
background-color: #F9325F;
}
.BgClassName
{
background-color: #F9325F;
}
</style>
border-color css
<style>
span { border-color: #F9325F; }
span { border-color: rgb(249,50,95); }
td.TdClassName
{
border-color: #F9325F;
}
.TagClassName
{
border-color: #F9325F;
}
</style>