Shades of Radical Red #F9465B
Tints of Radical Red #F9465B
RGB
CMYK
RGB Variations
Color information
#F9465B (or 0xF9465B) is known color: Radical Red. HEX triplet: F9, 46 and 5B. RGB value is (249,70,91). Sum of RGB (Red+Green+Blue) = 249+70+91=410 (54% of max value = 765). Red value is 249 (97.66% from 255 or 60.73% from 410); Green value is 70 (27.73% from 255 or 17.07% from 410); Blue value is 91 (35.94% from 255 or 22.20% from 410); Max value from RGB is 249 - color contains mainly: red. Hex color #F9465B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F9465B is #06B9A4. Grayscale: #7E7E7E. Windows color (decimal): -440741 or 5981945. OLE color: 5981945.
HSL color Cylindrical-coordinate representation of color #F9465B: hue angle of 352.96º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F9465B is Cyan = 0, Magento = 0.72, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 70 | 91 | - |
| CMYK | 0 | 0.72 | 0.63 | 0.02 |
| HSL | 352.96º | 0.94% | 0.63% | - |
| HSV(B) | 352.96º | 0.72% | 0.98% | - |
| XYZ | 43.15 | 25.28 | 12.5 | - |
| YUV | 125.92 | 108.3 | 215.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 70 | 91 | 0 | 0.72 | 0.63 | 0.02 | 352.96 | 0.94 | 0.63 |
| Hex | F9 | 46 | 5B | 0 | 48 | 3F | 2 | 161 | 5E | 3F |
| Octal | 371 | 106 | 133 | 0 | 110 | 77 | 2 | 541 | 136 | 77 |
| Binary | 11111001 | 1000110 | 1011011 | 0 | 1001000 | 111111 | 10 | 101100001 | 1011110 | 111111 |
Color Harmonies of #F9465B
Complementary color
Monochromatic Colors of #F9465B
Black with #F9465B
Text Example
Text Example
White with #F9465B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9465B; }
p { color: rgb(249,70,91); }
H1.HeaderClassName
{
color: #F9465B;
}
.AnyTagClassName
{
color: #F9465B;
}
</style>
background-color css
<style>
a { background-color: #F9465B; }
a { background-color: rgb(249,70,91); }
div.DivClassName
{
background-color: #F9465B;
}
.BgClassName
{
background-color: #F9465B;
}
</style>
border-color css
<style>
span { border-color: #F9465B; }
span { border-color: rgb(249,70,91); }
td.TdClassName
{
border-color: #F9465B;
}
.TagClassName
{
border-color: #F9465B;
}
</style>