Shades of Radical Red #F6374D
Tints of Radical Red #F6374D
RGB
CMYK
RGB Variations
Color information
#F6374D (or 0xF6374D) is known color: Radical Red. HEX triplet: F6, 37 and 4D. RGB value is (246,55,77). Sum of RGB (Red+Green+Blue) = 246+55+77=378 (50% of max value = 765). Red value is 246 (96.48% from 255 or 65.08% from 378); Green value is 55 (21.88% from 255 or 14.55% from 378); Blue value is 77 (30.47% from 255 or 20.37% from 378); Max value from RGB is 246 - color contains mainly: red. Hex color #F6374D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F6374D is #09C8B2. Grayscale: #727272. Windows color (decimal): -641203 or 5060598. OLE color: 5060598.
HSL color Cylindrical-coordinate representation of color #F6374D: hue angle of 353.09º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F6374D is Cyan = 0, Magento = 0.78, Yellow = 0.69 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 55 | 77 | - |
| CMYK | 0 | 0.78 | 0.69 | 0.04 |
| HSL | 353.09º | 0.91% | 0.59% | - |
| HSV(B) | 353.09º | 0.78% | 0.96% | - |
| XYZ | 40.71 | 22.86 | 9.29 | - |
| YUV | 114.62 | 106.78 | 221.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 55 | 77 | 0 | 0.78 | 0.69 | 0.04 | 353.09 | 0.91 | 0.59 |
| Hex | F6 | 37 | 4D | 0 | 4E | 45 | 4 | 161 | 5B | 3B |
| Octal | 366 | 67 | 115 | 0 | 116 | 105 | 4 | 541 | 133 | 73 |
| Binary | 11110110 | 110111 | 1001101 | 0 | 1001110 | 1000101 | 100 | 101100001 | 1011011 | 111011 |
Color Harmonies of #F6374D
Complementary color
Monochromatic Colors of #F6374D
Black with #F6374D
Text Example
Text Example
White with #F6374D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6374D; }
p { color: rgb(246,55,77); }
H1.HeaderClassName
{
color: #F6374D;
}
.AnyTagClassName
{
color: #F6374D;
}
</style>
background-color css
<style>
a { background-color: #F6374D; }
a { background-color: rgb(246,55,77); }
div.DivClassName
{
background-color: #F6374D;
}
.BgClassName
{
background-color: #F6374D;
}
</style>
border-color css
<style>
span { border-color: #F6374D; }
span { border-color: rgb(246,55,77); }
td.TdClassName
{
border-color: #F6374D;
}
.TagClassName
{
border-color: #F6374D;
}
</style>