Shades of Radical Red #F9376C
Tints of Radical Red #F9376C
RGB
CMYK
RGB Variations
Color information
#F9376C (or 0xF9376C) is known color: Radical Red. HEX triplet: F9, 37 and 6C. RGB value is (249,55,108). Sum of RGB (Red+Green+Blue) = 249+55+108=412 (54% of max value = 765). Red value is 249 (97.66% from 255 or 60.44% from 412); Green value is 55 (21.88% from 255 or 13.35% from 412); Blue value is 108 (42.58% from 255 or 26.21% from 412); Max value from RGB is 249 - color contains mainly: red. Hex color #F9376C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F9376C is #06C893. Grayscale: #777777. Windows color (decimal): -444564 or 7092217. OLE color: 7092217.
HSL color Cylindrical-coordinate representation of color #F9376C: hue angle of 343.61º 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 #F9376C is Cyan = 0, Magento = 0.78, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 55 | 108 | - |
| CMYK | 0 | 0.78 | 0.57 | 0.02 |
| HSL | 343.61º | 0.94% | 0.6% | - |
| HSV(B) | 343.61º | 0.78% | 0.98% | - |
| XYZ | 43.14 | 23.95 | 16.54 | - |
| YUV | 119.05 | 121.77 | 220.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 55 | 108 | 0 | 0.78 | 0.57 | 0.02 | 343.61 | 0.94 | 0.6 |
| Hex | F9 | 37 | 6C | 0 | 4E | 39 | 2 | 158 | 5E | 3C |
| Octal | 371 | 67 | 154 | 0 | 116 | 71 | 2 | 530 | 136 | 74 |
| Binary | 11111001 | 110111 | 1101100 | 0 | 1001110 | 111001 | 10 | 101011000 | 1011110 | 111100 |
Color Harmonies of #F9376C
Complementary color
Monochromatic Colors of #F9376C
Black with #F9376C
Text Example
Text Example
White with #F9376C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9376C; }
p { color: rgb(249,55,108); }
H1.HeaderClassName
{
color: #F9376C;
}
.AnyTagClassName
{
color: #F9376C;
}
</style>
background-color css
<style>
a { background-color: #F9376C; }
a { background-color: rgb(249,55,108); }
div.DivClassName
{
background-color: #F9376C;
}
.BgClassName
{
background-color: #F9376C;
}
</style>
border-color css
<style>
span { border-color: #F9376C; }
span { border-color: rgb(249,55,108); }
td.TdClassName
{
border-color: #F9376C;
}
.TagClassName
{
border-color: #F9376C;
}
</style>