Shades of Radical Red #F9374B
Tints of Radical Red #F9374B
RGB
CMYK
RGB Variations
Color information
#F9374B (or 0xF9374B) is known color: Radical Red. HEX triplet: F9, 37 and 4B. RGB value is (249,55,75). Sum of RGB (Red+Green+Blue) = 249+55+75=379 (50% of max value = 765). Red value is 249 (97.66% from 255 or 65.70% from 379); Green value is 55 (21.88% from 255 or 14.51% from 379); Blue value is 75 (29.69% from 255 or 19.79% from 379); Max value from RGB is 249 - color contains mainly: red. Hex color #F9374B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F9374B is #06C8B4. Grayscale: #737373. Windows color (decimal): -444597 or 4929529. OLE color: 4929529.
HSL color Cylindrical-coordinate representation of color #F9374B: hue angle of 353.81º 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 #F9374B is Cyan = 0, Magento = 0.78, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 55 | 75 | - |
| CMYK | 0 | 0.78 | 0.70 | 0.02 |
| HSL | 353.81º | 0.94% | 0.6% | - |
| HSV(B) | 353.81º | 0.78% | 0.98% | - |
| XYZ | 41.7 | 23.38 | 8.97 | - |
| YUV | 115.29 | 105.27 | 223.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 55 | 75 | 0 | 0.78 | 0.70 | 0.02 | 353.81 | 0.94 | 0.6 |
| Hex | F9 | 37 | 4B | 0 | 4E | 46 | 2 | 162 | 5E | 3C |
| Octal | 371 | 67 | 113 | 0 | 116 | 106 | 2 | 542 | 136 | 74 |
| Binary | 11111001 | 110111 | 1001011 | 0 | 1001110 | 1000110 | 10 | 101100010 | 1011110 | 111100 |
Color Harmonies of #F9374B
Complementary color
Monochromatic Colors of #F9374B
Black with #F9374B
Text Example
Text Example
White with #F9374B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9374B; }
p { color: rgb(249,55,75); }
H1.HeaderClassName
{
color: #F9374B;
}
.AnyTagClassName
{
color: #F9374B;
}
</style>
background-color css
<style>
a { background-color: #F9374B; }
a { background-color: rgb(249,55,75); }
div.DivClassName
{
background-color: #F9374B;
}
.BgClassName
{
background-color: #F9374B;
}
</style>
border-color css
<style>
span { border-color: #F9374B; }
span { border-color: rgb(249,55,75); }
td.TdClassName
{
border-color: #F9374B;
}
.TagClassName
{
border-color: #F9374B;
}
</style>