Shades of Radical Red #F9466B
Tints of Radical Red #F9466B
RGB
CMYK
RGB Variations
Color information
#F9466B (or 0xF9466B) is known color: Radical Red. HEX triplet: F9, 46 and 6B. RGB value is (249,70,107). Sum of RGB (Red+Green+Blue) = 249+70+107=426 (56% of max value = 765). Red value is 249 (97.66% from 255 or 58.45% from 426); Green value is 70 (27.73% from 255 or 16.43% from 426); Blue value is 107 (42.19% from 255 or 25.12% from 426); Max value from RGB is 249 - color contains mainly: red. Hex color #F9466B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F9466B is #06B994. Grayscale: #7F7F7F. Windows color (decimal): -440725 or 7030521. OLE color: 7030521.
HSL color Cylindrical-coordinate representation of color #F9466B: hue angle of 347.6º 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 #F9466B is Cyan = 0, Magento = 0.72, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 70 | 107 | - |
| CMYK | 0 | 0.72 | 0.57 | 0.02 |
| HSL | 347.6º | 0.94% | 0.63% | - |
| HSV(B) | 347.6º | 0.72% | 0.98% | - |
| XYZ | 43.91 | 25.58 | 16.53 | - |
| YUV | 127.74 | 116.3 | 214.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 70 | 107 | 0 | 0.72 | 0.57 | 0.02 | 347.6 | 0.94 | 0.63 |
| Hex | F9 | 46 | 6B | 0 | 48 | 39 | 2 | 15C | 5E | 3F |
| Octal | 371 | 106 | 153 | 0 | 110 | 71 | 2 | 534 | 136 | 77 |
| Binary | 11111001 | 1000110 | 1101011 | 0 | 1001000 | 111001 | 10 | 101011100 | 1011110 | 111111 |
Color Harmonies of #F9466B
Complementary color
Monochromatic Colors of #F9466B
Black with #F9466B
Text Example
Text Example
White with #F9466B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9466B; }
p { color: rgb(249,70,107); }
H1.HeaderClassName
{
color: #F9466B;
}
.AnyTagClassName
{
color: #F9466B;
}
</style>
background-color css
<style>
a { background-color: #F9466B; }
a { background-color: rgb(249,70,107); }
div.DivClassName
{
background-color: #F9466B;
}
.BgClassName
{
background-color: #F9466B;
}
</style>
border-color css
<style>
span { border-color: #F9466B; }
span { border-color: rgb(249,70,107); }
td.TdClassName
{
border-color: #F9466B;
}
.TagClassName
{
border-color: #F9466B;
}
</style>