Shades of Radical Red #F9325B
Tints of Radical Red #F9325B
RGB
CMYK
RGB Variations
Color information
#F9325B (or 0xF9325B) is known color: Radical Red. HEX triplet: F9, 32 and 5B. RGB value is (249,50,91). Sum of RGB (Red+Green+Blue) = 249+50+91=390 (51% of max value = 765). Red value is 249 (97.66% from 255 or 63.85% from 390); Green value is 50 (19.92% from 255 or 12.82% from 390); Blue value is 91 (35.94% from 255 or 23.33% from 390); Max value from RGB is 249 - color contains mainly: red. Hex color #F9325B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F9325B is #06CDA4. Grayscale: #727272. Windows color (decimal): -445861 or 5976825. OLE color: 5976825.
HSL color Cylindrical-coordinate representation of color #F9325B: hue angle of 347.64º 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 #F9325B is Cyan = 0, Magento = 0.80, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 50 | 91 | - |
| CMYK | 0 | 0.80 | 0.63 | 0.02 |
| HSL | 347.64º | 0.94% | 0.59% | - |
| HSV(B) | 347.64º | 0.8% | 0.98% | - |
| XYZ | 42.1 | 23.18 | 12.15 | - |
| YUV | 114.18 | 114.93 | 224.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 50 | 91 | 0 | 0.80 | 0.63 | 0.02 | 347.64 | 0.94 | 0.59 |
| Hex | F9 | 32 | 5B | 0 | 50 | 3F | 2 | 15C | 5E | 3B |
| Octal | 371 | 62 | 133 | 0 | 120 | 77 | 2 | 534 | 136 | 73 |
| Binary | 11111001 | 110010 | 1011011 | 0 | 1010000 | 111111 | 10 | 101011100 | 1011110 | 111011 |
Color Harmonies of #F9325B
Complementary color
Monochromatic Colors of #F9325B
Black with #F9325B
Text Example
Text Example
White with #F9325B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9325B; }
p { color: rgb(249,50,91); }
H1.HeaderClassName
{
color: #F9325B;
}
.AnyTagClassName
{
color: #F9325B;
}
</style>
background-color css
<style>
a { background-color: #F9325B; }
a { background-color: rgb(249,50,91); }
div.DivClassName
{
background-color: #F9325B;
}
.BgClassName
{
background-color: #F9325B;
}
</style>
border-color css
<style>
span { border-color: #F9325B; }
span { border-color: rgb(249,50,91); }
td.TdClassName
{
border-color: #F9325B;
}
.TagClassName
{
border-color: #F9325B;
}
</style>