Shades of Radical Red #F9376A
Tints of Radical Red #F9376A
RGB
CMYK
RGB Variations
Color information
#F9376A (or 0xF9376A) is known color: Radical Red. HEX triplet: F9, 37 and 6A. RGB value is (249,55,106). Sum of RGB (Red+Green+Blue) = 249+55+106=410 (54% of max value = 765). Red value is 249 (97.66% from 255 or 60.73% from 410); Green value is 55 (21.88% from 255 or 13.41% from 410); Blue value is 106 (41.80% from 255 or 25.85% from 410); Max value from RGB is 249 - color contains mainly: red. Hex color #F9376A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F9376A is #06C895. Grayscale: #767676. Windows color (decimal): -444566 or 6961145. OLE color: 6961145.
HSL color Cylindrical-coordinate representation of color #F9376A: hue angle of 344.23º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F9376A is Cyan = 0, Magento = 0.78, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 55 | 106 | - |
| CMYK | 0 | 0.78 | 0.57 | 0.02 |
| HSL | 344.23º | 0.94% | 0.6% | - |
| HSV(B) | 344.23º | 0.78% | 0.98% | - |
| XYZ | 43.03 | 23.91 | 15.98 | - |
| YUV | 118.82 | 120.77 | 220.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 55 | 106 | 0 | 0.78 | 0.57 | 0.02 | 344.23 | 0.94 | 0.6 |
| Hex | F9 | 37 | 6A | 0 | 4E | 39 | 2 | 158 | 5E | 3C |
| Octal | 371 | 67 | 152 | 0 | 116 | 71 | 2 | 530 | 136 | 74 |
| Binary | 11111001 | 110111 | 1101010 | 0 | 1001110 | 111001 | 10 | 101011000 | 1011110 | 111100 |
Color Harmonies of #F9376A
Complementary color
Monochromatic Colors of #F9376A
Black with #F9376A
Text Example
Text Example
White with #F9376A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9376A; }
p { color: rgb(249,55,106); }
H1.HeaderClassName
{
color: #F9376A;
}
.AnyTagClassName
{
color: #F9376A;
}
</style>
background-color css
<style>
a { background-color: #F9376A; }
a { background-color: rgb(249,55,106); }
div.DivClassName
{
background-color: #F9376A;
}
.BgClassName
{
background-color: #F9376A;
}
</style>
border-color css
<style>
span { border-color: #F9376A; }
span { border-color: rgb(249,55,106); }
td.TdClassName
{
border-color: #F9376A;
}
.TagClassName
{
border-color: #F9376A;
}
</style>