Shades of Radical Red #F9476A
Tints of Radical Red #F9476A
RGB
CMYK
RGB Variations
Color information
#F9476A (or 0xF9476A) is known color: Radical Red. HEX triplet: F9, 47 and 6A. RGB value is (249,71,106). Sum of RGB (Red+Green+Blue) = 249+71+106=426 (56% of max value = 765). Red value is 249 (97.66% from 255 or 58.45% from 426); Green value is 71 (28.12% from 255 or 16.67% from 426); Blue value is 106 (41.80% from 255 or 24.88% from 426); Max value from RGB is 249 - color contains mainly: red. Hex color #F9476A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F9476A is #06B895. Grayscale: #808080. Windows color (decimal): -440470 or 6965241. OLE color: 6965241.
HSL color Cylindrical-coordinate representation of color #F9476A: hue angle of 348.2º 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 #F9476A is Cyan = 0, Magento = 0.71, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 71 | 106 | - |
| CMYK | 0 | 0.71 | 0.57 | 0.02 |
| HSL | 348.2º | 0.94% | 0.63% | - |
| HSV(B) | 348.2º | 0.71% | 0.98% | - |
| XYZ | 43.92 | 25.69 | 16.28 | - |
| YUV | 128.21 | 115.47 | 214.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 71 | 106 | 0 | 0.71 | 0.57 | 0.02 | 348.2 | 0.94 | 0.63 |
| Hex | F9 | 47 | 6A | 0 | 47 | 39 | 2 | 15C | 5E | 3F |
| Octal | 371 | 107 | 152 | 0 | 107 | 71 | 2 | 534 | 136 | 77 |
| Binary | 11111001 | 1000111 | 1101010 | 0 | 1000111 | 111001 | 10 | 101011100 | 1011110 | 111111 |
Color Harmonies of #F9476A
Complementary color
Monochromatic Colors of #F9476A
Black with #F9476A
Text Example
Text Example
White with #F9476A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9476A; }
p { color: rgb(249,71,106); }
H1.HeaderClassName
{
color: #F9476A;
}
.AnyTagClassName
{
color: #F9476A;
}
</style>
background-color css
<style>
a { background-color: #F9476A; }
a { background-color: rgb(249,71,106); }
div.DivClassName
{
background-color: #F9476A;
}
.BgClassName
{
background-color: #F9476A;
}
</style>
border-color css
<style>
span { border-color: #F9476A; }
span { border-color: rgb(249,71,106); }
td.TdClassName
{
border-color: #F9476A;
}
.TagClassName
{
border-color: #F9476A;
}
</style>