Shades of Radical Red #F9325D
Tints of Radical Red #F9325D
RGB
CMYK
RGB Variations
Color information
#F9325D (or 0xF9325D) is known color: Radical Red. HEX triplet: F9, 32 and 5D. RGB value is (249,50,93). Sum of RGB (Red+Green+Blue) = 249+50+93=392 (51% of max value = 765). Red value is 249 (97.66% from 255 or 63.52% from 392); Green value is 50 (19.92% from 255 or 12.76% from 392); Blue value is 93 (36.72% from 255 or 23.72% from 392); Max value from RGB is 249 - color contains mainly: red. Hex color #F9325D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F9325D is #06CDA2. Grayscale: #727272. Windows color (decimal): -445859 or 6107897. OLE color: 6107897.
HSL color Cylindrical-coordinate representation of color #F9325D: hue angle of 347.04º 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 #F9325D is Cyan = 0, Magento = 0.80, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 50 | 93 | - |
| CMYK | 0 | 0.80 | 0.63 | 0.02 |
| HSL | 347.04º | 0.94% | 0.59% | - |
| HSV(B) | 347.04º | 0.8% | 0.98% | - |
| XYZ | 42.18 | 23.21 | 12.61 | - |
| YUV | 114.4 | 115.93 | 224 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 50 | 93 | 0 | 0.80 | 0.63 | 0.02 | 347.04 | 0.94 | 0.59 |
| Hex | F9 | 32 | 5D | 0 | 50 | 3F | 2 | 15B | 5E | 3B |
| Octal | 371 | 62 | 135 | 0 | 120 | 77 | 2 | 533 | 136 | 73 |
| Binary | 11111001 | 110010 | 1011101 | 0 | 1010000 | 111111 | 10 | 101011011 | 1011110 | 111011 |
Color Harmonies of #F9325D
Complementary color
Monochromatic Colors of #F9325D
Black with #F9325D
Text Example
Text Example
White with #F9325D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9325D; }
p { color: rgb(249,50,93); }
H1.HeaderClassName
{
color: #F9325D;
}
.AnyTagClassName
{
color: #F9325D;
}
</style>
background-color css
<style>
a { background-color: #F9325D; }
a { background-color: rgb(249,50,93); }
div.DivClassName
{
background-color: #F9325D;
}
.BgClassName
{
background-color: #F9325D;
}
</style>
border-color css
<style>
span { border-color: #F9325D; }
span { border-color: rgb(249,50,93); }
td.TdClassName
{
border-color: #F9325D;
}
.TagClassName
{
border-color: #F9325D;
}
</style>