Shades of Radical Red #F9485D
Tints of Radical Red #F9485D
RGB
CMYK
RGB Variations
Color information
#F9485D (or 0xF9485D) is known color: Radical Red. HEX triplet: F9, 48 and 5D. RGB value is (249,72,93). Sum of RGB (Red+Green+Blue) = 249+72+93=414 (54% of max value = 765). Red value is 249 (97.66% from 255 or 60.14% from 414); Green value is 72 (28.52% from 255 or 17.39% from 414); Blue value is 93 (36.72% from 255 or 22.46% from 414); Max value from RGB is 249 - color contains mainly: red. Hex color #F9485D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F9485D is #06B7A2. Grayscale: #7F7F7F. Windows color (decimal): -440227 or 6113529. OLE color: 6113529.
HSL color Cylindrical-coordinate representation of color #F9485D: hue angle of 352.88º 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 #F9485D is Cyan = 0, Magento = 0.71, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 72 | 93 | - |
| CMYK | 0 | 0.71 | 0.63 | 0.02 |
| HSL | 352.88º | 0.94% | 0.63% | - |
| HSV(B) | 352.88º | 0.71% | 0.98% | - |
| XYZ | 43.36 | 25.56 | 13.01 | - |
| YUV | 127.32 | 108.64 | 214.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 72 | 93 | 0 | 0.71 | 0.63 | 0.02 | 352.88 | 0.94 | 0.63 |
| Hex | F9 | 48 | 5D | 0 | 47 | 3F | 2 | 161 | 5E | 3F |
| Octal | 371 | 110 | 135 | 0 | 107 | 77 | 2 | 541 | 136 | 77 |
| Binary | 11111001 | 1001000 | 1011101 | 0 | 1000111 | 111111 | 10 | 101100001 | 1011110 | 111111 |
Color Harmonies of #F9485D
Complementary color
Monochromatic Colors of #F9485D
Black with #F9485D
Text Example
Text Example
White with #F9485D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9485D; }
p { color: rgb(249,72,93); }
H1.HeaderClassName
{
color: #F9485D;
}
.AnyTagClassName
{
color: #F9485D;
}
</style>
background-color css
<style>
a { background-color: #F9485D; }
a { background-color: rgb(249,72,93); }
div.DivClassName
{
background-color: #F9485D;
}
.BgClassName
{
background-color: #F9485D;
}
</style>
border-color css
<style>
span { border-color: #F9485D; }
span { border-color: rgb(249,72,93); }
td.TdClassName
{
border-color: #F9485D;
}
.TagClassName
{
border-color: #F9485D;
}
</style>