Shades of Radical Red #F9375D
Tints of Radical Red #F9375D
RGB
CMYK
RGB Variations
Color information
#F9375D (or 0xF9375D) is known color: Radical Red. HEX triplet: F9, 37 and 5D. RGB value is (249,55,93). Sum of RGB (Red+Green+Blue) = 249+55+93=397 (52% of max value = 765). Red value is 249 (97.66% from 255 or 62.72% from 397); Green value is 55 (21.88% from 255 or 13.85% from 397); Blue value is 93 (36.72% from 255 or 23.43% from 397); Max value from RGB is 249 - color contains mainly: red. Hex color #F9375D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F9375D is #06C8A2. Grayscale: #757575. Windows color (decimal): -444579 or 6109177. OLE color: 6109177.
HSL color Cylindrical-coordinate representation of color #F9375D: hue angle of 348.25º 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 #F9375D is Cyan = 0, Magento = 0.78, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 55 | 93 | - |
| CMYK | 0 | 0.78 | 0.63 | 0.02 |
| HSL | 348.25º | 0.94% | 0.6% | - |
| HSV(B) | 348.25º | 0.78% | 0.98% | - |
| XYZ | 42.41 | 23.66 | 12.69 | - |
| YUV | 117.34 | 114.27 | 221.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 55 | 93 | 0 | 0.78 | 0.63 | 0.02 | 348.25 | 0.94 | 0.6 |
| Hex | F9 | 37 | 5D | 0 | 4E | 3F | 2 | 15C | 5E | 3C |
| Octal | 371 | 67 | 135 | 0 | 116 | 77 | 2 | 534 | 136 | 74 |
| Binary | 11111001 | 110111 | 1011101 | 0 | 1001110 | 111111 | 10 | 101011100 | 1011110 | 111100 |
Color Harmonies of #F9375D
Complementary color
Monochromatic Colors of #F9375D
Black with #F9375D
Text Example
Text Example
White with #F9375D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9375D; }
p { color: rgb(249,55,93); }
H1.HeaderClassName
{
color: #F9375D;
}
.AnyTagClassName
{
color: #F9375D;
}
</style>
background-color css
<style>
a { background-color: #F9375D; }
a { background-color: rgb(249,55,93); }
div.DivClassName
{
background-color: #F9375D;
}
.BgClassName
{
background-color: #F9375D;
}
</style>
border-color css
<style>
span { border-color: #F9375D; }
span { border-color: rgb(249,55,93); }
td.TdClassName
{
border-color: #F9375D;
}
.TagClassName
{
border-color: #F9375D;
}
</style>