Shades of Radical Red #F63E4D
Tints of Radical Red #F63E4D
RGB
CMYK
RGB Variations
Color information
#F63E4D (or 0xF63E4D) is known color: Radical Red. HEX triplet: F6, 3E and 4D. RGB value is (246,62,77). Sum of RGB (Red+Green+Blue) = 246+62+77=385 (50% of max value = 765). Red value is 246 (96.48% from 255 or 63.90% from 385); Green value is 62 (24.61% from 255 or 16.10% from 385); Blue value is 77 (30.47% from 255 or 20% from 385); Max value from RGB is 246 - color contains mainly: red. Hex color #F63E4D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F63E4D is #09C1B2. Grayscale: #767676. Windows color (decimal): -639411 or 5062390. OLE color: 5062390.
HSL color Cylindrical-coordinate representation of color #F63E4D: hue angle of 355.11º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F63E4D is Cyan = 0, Magento = 0.75, Yellow = 0.69 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 62 | 77 | - |
| CMYK | 0 | 0.75 | 0.69 | 0.04 |
| HSL | 355.11º | 0.91% | 0.6% | - |
| HSV(B) | 355.11º | 0.75% | 0.96% | - |
| XYZ | 41.07 | 23.57 | 9.41 | - |
| YUV | 118.73 | 104.46 | 218.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 62 | 77 | 0 | 0.75 | 0.69 | 0.04 | 355.11 | 0.91 | 0.6 |
| Hex | F6 | 3E | 4D | 0 | 4B | 45 | 4 | 163 | 5B | 3C |
| Octal | 366 | 76 | 115 | 0 | 113 | 105 | 4 | 543 | 133 | 74 |
| Binary | 11110110 | 111110 | 1001101 | 0 | 1001011 | 1000101 | 100 | 101100011 | 1011011 | 111100 |
Color Harmonies of #F63E4D
Complementary color
Monochromatic Colors of #F63E4D
Black with #F63E4D
Text Example
Text Example
White with #F63E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63E4D; }
p { color: rgb(246,62,77); }
H1.HeaderClassName
{
color: #F63E4D;
}
.AnyTagClassName
{
color: #F63E4D;
}
</style>
background-color css
<style>
a { background-color: #F63E4D; }
a { background-color: rgb(246,62,77); }
div.DivClassName
{
background-color: #F63E4D;
}
.BgClassName
{
background-color: #F63E4D;
}
</style>
border-color css
<style>
span { border-color: #F63E4D; }
span { border-color: rgb(246,62,77); }
td.TdClassName
{
border-color: #F63E4D;
}
.TagClassName
{
border-color: #F63E4D;
}
</style>