Shades of Radical Red #F9375A
Tints of Radical Red #F9375A
RGB
CMYK
RGB Variations
Color information
#F9375A (or 0xF9375A) is known color: Radical Red. HEX triplet: F9, 37 and 5A. RGB value is (249,55,90). Sum of RGB (Red+Green+Blue) = 249+55+90=394 (52% of max value = 765). Red value is 249 (97.66% from 255 or 63.20% from 394); Green value is 55 (21.88% from 255 or 13.96% from 394); Blue value is 90 (35.55% from 255 or 22.84% from 394); Max value from RGB is 249 - color contains mainly: red. Hex color #F9375A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F9375A is #06C8A5. Grayscale: #757575. Windows color (decimal): -444582 or 5912569. OLE color: 5912569.
HSL color Cylindrical-coordinate representation of color #F9375A: hue angle of 349.18º 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 #F9375A is Cyan = 0, Magento = 0.78, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 55 | 90 | - |
| CMYK | 0 | 0.78 | 0.64 | 0.02 |
| HSL | 349.18º | 0.94% | 0.6% | - |
| HSV(B) | 349.18º | 0.78% | 0.98% | - |
| XYZ | 42.28 | 23.61 | 12 | - |
| YUV | 117 | 112.77 | 222.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 55 | 90 | 0 | 0.78 | 0.64 | 0.02 | 349.18 | 0.94 | 0.6 |
| Hex | F9 | 37 | 5A | 0 | 4E | 40 | 2 | 15D | 5E | 3C |
| Octal | 371 | 67 | 132 | 0 | 116 | 100 | 2 | 535 | 136 | 74 |
| Binary | 11111001 | 110111 | 1011010 | 0 | 1001110 | 1000000 | 10 | 101011101 | 1011110 | 111100 |
Color Harmonies of #F9375A
Complementary color
Monochromatic Colors of #F9375A
Black with #F9375A
Text Example
Text Example
White with #F9375A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9375A; }
p { color: rgb(249,55,90); }
H1.HeaderClassName
{
color: #F9375A;
}
.AnyTagClassName
{
color: #F9375A;
}
</style>
background-color css
<style>
a { background-color: #F9375A; }
a { background-color: rgb(249,55,90); }
div.DivClassName
{
background-color: #F9375A;
}
.BgClassName
{
background-color: #F9375A;
}
</style>
border-color css
<style>
span { border-color: #F9375A; }
span { border-color: rgb(249,55,90); }
td.TdClassName
{
border-color: #F9375A;
}
.TagClassName
{
border-color: #F9375A;
}
</style>