Shades of Radical Red #F9405B
Tints of Radical Red #F9405B
RGB
CMYK
RGB Variations
Color information
#F9405B (or 0xF9405B) is known color: Radical Red. HEX triplet: F9, 40 and 5B. RGB value is (249,64,91). Sum of RGB (Red+Green+Blue) = 249+64+91=404 (53% of max value = 765). Red value is 249 (97.66% from 255 or 61.63% from 404); Green value is 64 (25.39% from 255 or 15.84% from 404); Blue value is 91 (35.94% from 255 or 22.52% from 404); Max value from RGB is 249 - color contains mainly: red. Hex color #F9405B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F9405B is #06BFA4. Grayscale: #7A7A7A. Windows color (decimal): -442277 or 5980409. OLE color: 5980409.
HSL color Cylindrical-coordinate representation of color #F9405B: hue angle of 351.24º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F9405B is Cyan = 0, Magento = 0.74, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 64 | 91 | - |
| CMYK | 0 | 0.74 | 0.63 | 0.02 |
| HSL | 351.24º | 0.94% | 0.61% | - |
| HSV(B) | 351.24º | 0.74% | 0.98% | - |
| XYZ | 42.79 | 24.56 | 12.38 | - |
| YUV | 122.39 | 110.29 | 218.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 64 | 91 | 0 | 0.74 | 0.63 | 0.02 | 351.24 | 0.94 | 0.61 |
| Hex | F9 | 40 | 5B | 0 | 4A | 3F | 2 | 15F | 5E | 3D |
| Octal | 371 | 100 | 133 | 0 | 112 | 77 | 2 | 537 | 136 | 75 |
| Binary | 11111001 | 1000000 | 1011011 | 0 | 1001010 | 111111 | 10 | 101011111 | 1011110 | 111101 |
Color Harmonies of #F9405B
Complementary color
Monochromatic Colors of #F9405B
Black with #F9405B
Text Example
Text Example
White with #F9405B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9405B; }
p { color: rgb(249,64,91); }
H1.HeaderClassName
{
color: #F9405B;
}
.AnyTagClassName
{
color: #F9405B;
}
</style>
background-color css
<style>
a { background-color: #F9405B; }
a { background-color: rgb(249,64,91); }
div.DivClassName
{
background-color: #F9405B;
}
.BgClassName
{
background-color: #F9405B;
}
</style>
border-color css
<style>
span { border-color: #F9405B; }
span { border-color: rgb(249,64,91); }
td.TdClassName
{
border-color: #F9405B;
}
.TagClassName
{
border-color: #F9405B;
}
</style>