Shades of Radical Red #F6364C
Tints of Radical Red #F6364C
RGB
CMYK
RGB Variations
Color information
#F6364C (or 0xF6364C) is known color: Radical Red. HEX triplet: F6, 36 and 4C. RGB value is (246,54,76). Sum of RGB (Red+Green+Blue) = 246+54+76=376 (49% of max value = 765). Red value is 246 (96.48% from 255 or 65.43% from 376); Green value is 54 (21.48% from 255 or 14.36% from 376); Blue value is 76 (30.08% from 255 or 20.21% from 376); Max value from RGB is 246 - color contains mainly: red. Hex color #F6364C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F6364C is #09C9B3. Grayscale: #727272. Windows color (decimal): -641460 or 4994806. OLE color: 4994806.
HSL color Cylindrical-coordinate representation of color #F6364C: hue angle of 353.12º 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 #F6364C is Cyan = 0, Magento = 0.78, Yellow = 0.69 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 54 | 76 | - |
| CMYK | 0 | 0.78 | 0.69 | 0.04 |
| HSL | 353.13º | 0.91% | 0.59% | - |
| HSV(B) | 353.13º | 0.78% | 0.96% | - |
| XYZ | 40.63 | 22.75 | 9.09 | - |
| YUV | 113.92 | 106.61 | 222.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 54 | 76 | 0 | 0.78 | 0.69 | 0.04 | 353.13 | 0.91 | 0.59 |
| Hex | F6 | 36 | 4C | 0 | 4E | 45 | 4 | 161 | 5B | 3B |
| Octal | 366 | 66 | 114 | 0 | 116 | 105 | 4 | 541 | 133 | 73 |
| Binary | 11110110 | 110110 | 1001100 | 0 | 1001110 | 1000101 | 100 | 101100001 | 1011011 | 111011 |
Color Harmonies of #F6364C
Complementary color
Monochromatic Colors of #F6364C
Black with #F6364C
Text Example
Text Example
White with #F6364C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6364C; }
p { color: rgb(246,54,76); }
H1.HeaderClassName
{
color: #F6364C;
}
.AnyTagClassName
{
color: #F6364C;
}
</style>
background-color css
<style>
a { background-color: #F6364C; }
a { background-color: rgb(246,54,76); }
div.DivClassName
{
background-color: #F6364C;
}
.BgClassName
{
background-color: #F6364C;
}
</style>
border-color css
<style>
span { border-color: #F6364C; }
span { border-color: rgb(246,54,76); }
td.TdClassName
{
border-color: #F6364C;
}
.TagClassName
{
border-color: #F6364C;
}
</style>