Shades of Radical Red #F9485B
Tints of Radical Red #F9485B
RGB
CMYK
RGB Variations
Color information
#F9485B (or 0xF9485B) is known color: Radical Red. HEX triplet: F9, 48 and 5B. RGB value is (249,72,91). Sum of RGB (Red+Green+Blue) = 249+72+91=412 (54% of max value = 765). Red value is 249 (97.66% from 255 or 60.44% from 412); Green value is 72 (28.52% from 255 or 17.48% from 412); Blue value is 91 (35.94% from 255 or 22.09% from 412); Max value from RGB is 249 - color contains mainly: red. Hex color #F9485B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F9485B is #06B7A4. Grayscale: #7F7F7F. Windows color (decimal): -440229 or 5982457. OLE color: 5982457.
HSL color Cylindrical-coordinate representation of color #F9485B: hue angle of 353.56º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F9485B is Cyan = 0, Magento = 0.71, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 72 | 91 | - |
| CMYK | 0 | 0.71 | 0.63 | 0.02 |
| HSL | 353.56º | 0.94% | 0.63% | - |
| HSV(B) | 353.56º | 0.71% | 0.98% | - |
| XYZ | 43.27 | 25.53 | 12.54 | - |
| YUV | 127.09 | 107.64 | 214.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 72 | 91 | 0 | 0.71 | 0.63 | 0.02 | 353.56 | 0.94 | 0.63 |
| Hex | F9 | 48 | 5B | 0 | 47 | 3F | 2 | 162 | 5E | 3F |
| Octal | 371 | 110 | 133 | 0 | 107 | 77 | 2 | 542 | 136 | 77 |
| Binary | 11111001 | 1001000 | 1011011 | 0 | 1000111 | 111111 | 10 | 101100010 | 1011110 | 111111 |
Color Harmonies of #F9485B
Complementary color
Monochromatic Colors of #F9485B
Black with #F9485B
Text Example
Text Example
White with #F9485B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9485B; }
p { color: rgb(249,72,91); }
H1.HeaderClassName
{
color: #F9485B;
}
.AnyTagClassName
{
color: #F9485B;
}
</style>
background-color css
<style>
a { background-color: #F9485B; }
a { background-color: rgb(249,72,91); }
div.DivClassName
{
background-color: #F9485B;
}
.BgClassName
{
background-color: #F9485B;
}
</style>
border-color css
<style>
span { border-color: #F9485B; }
span { border-color: rgb(249,72,91); }
td.TdClassName
{
border-color: #F9485B;
}
.TagClassName
{
border-color: #F9485B;
}
</style>