Shades of Radical Red #F6364D
Tints of Radical Red #F6364D
RGB
CMYK
RGB Variations
Color information
#F6364D (or 0xF6364D) is known color: Radical Red. HEX triplet: F6, 36 and 4D. RGB value is (246,54,77). Sum of RGB (Red+Green+Blue) = 246+54+77=377 (49% of max value = 765). Red value is 246 (96.48% from 255 or 65.25% from 377); Green value is 54 (21.48% from 255 or 14.32% from 377); Blue value is 77 (30.47% from 255 or 20.42% from 377); Max value from RGB is 246 - color contains mainly: red. Hex color #F6364D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F6364D is #09C9B2. Grayscale: #727272. Windows color (decimal): -641459 or 5060342. OLE color: 5060342.
HSL color Cylindrical-coordinate representation of color #F6364D: hue angle of 352.81º 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 #F6364D is Cyan = 0, Magento = 0.78, Yellow = 0.69 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 54 | 77 | - |
| CMYK | 0 | 0.78 | 0.69 | 0.04 |
| HSL | 352.81º | 0.91% | 0.59% | - |
| HSV(B) | 352.81º | 0.78% | 0.96% | - |
| XYZ | 40.66 | 22.77 | 9.27 | - |
| YUV | 114.03 | 107.11 | 222.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 54 | 77 | 0 | 0.78 | 0.69 | 0.04 | 352.81 | 0.91 | 0.59 |
| Hex | F6 | 36 | 4D | 0 | 4E | 45 | 4 | 161 | 5B | 3B |
| Octal | 366 | 66 | 115 | 0 | 116 | 105 | 4 | 541 | 133 | 73 |
| Binary | 11110110 | 110110 | 1001101 | 0 | 1001110 | 1000101 | 100 | 101100001 | 1011011 | 111011 |
Color Harmonies of #F6364D
Complementary color
Monochromatic Colors of #F6364D
Black with #F6364D
Text Example
Text Example
White with #F6364D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6364D; }
p { color: rgb(246,54,77); }
H1.HeaderClassName
{
color: #F6364D;
}
.AnyTagClassName
{
color: #F6364D;
}
</style>
background-color css
<style>
a { background-color: #F6364D; }
a { background-color: rgb(246,54,77); }
div.DivClassName
{
background-color: #F6364D;
}
.BgClassName
{
background-color: #F6364D;
}
</style>
border-color css
<style>
span { border-color: #F6364D; }
span { border-color: rgb(246,54,77); }
td.TdClassName
{
border-color: #F6364D;
}
.TagClassName
{
border-color: #F6364D;
}
</style>