Shades of Radical Red #F63E4A
Tints of Radical Red #F63E4A
RGB
CMYK
RGB Variations
Color information
#F63E4A (or 0xF63E4A) is known color: Radical Red. HEX triplet: F6, 3E and 4A. RGB value is (246,62,74). Sum of RGB (Red+Green+Blue) = 246+62+74=382 (50% of max value = 765). Red value is 246 (96.48% from 255 or 64.40% from 382); Green value is 62 (24.61% from 255 or 16.23% from 382); Blue value is 74 (29.30% from 255 or 19.37% from 382); Max value from RGB is 246 - color contains mainly: red. Hex color #F63E4A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F63E4A is #09C1B5. Grayscale: #767676. Windows color (decimal): -639414 or 4865782. OLE color: 4865782.
HSL color Cylindrical-coordinate representation of color #F63E4A: hue angle of 356.09º 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 #F63E4A is Cyan = 0, Magento = 0.75, Yellow = 0.70 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 62 | 74 | - |
| CMYK | 0 | 0.75 | 0.70 | 0.04 |
| HSL | 356.09º | 0.91% | 0.6% | - |
| HSV(B) | 356.09º | 0.75% | 0.96% | - |
| XYZ | 40.96 | 23.53 | 8.86 | - |
| YUV | 118.38 | 102.96 | 219.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 62 | 74 | 0 | 0.75 | 0.70 | 0.04 | 356.09 | 0.91 | 0.6 |
| Hex | F6 | 3E | 4A | 0 | 4B | 46 | 4 | 164 | 5B | 3C |
| Octal | 366 | 76 | 112 | 0 | 113 | 106 | 4 | 544 | 133 | 74 |
| Binary | 11110110 | 111110 | 1001010 | 0 | 1001011 | 1000110 | 100 | 101100100 | 1011011 | 111100 |
Color Harmonies of #F63E4A
Complementary color
Monochromatic Colors of #F63E4A
Black with #F63E4A
Text Example
Text Example
White with #F63E4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63E4A; }
p { color: rgb(246,62,74); }
H1.HeaderClassName
{
color: #F63E4A;
}
.AnyTagClassName
{
color: #F63E4A;
}
</style>
background-color css
<style>
a { background-color: #F63E4A; }
a { background-color: rgb(246,62,74); }
div.DivClassName
{
background-color: #F63E4A;
}
.BgClassName
{
background-color: #F63E4A;
}
</style>
border-color css
<style>
span { border-color: #F63E4A; }
span { border-color: rgb(246,62,74); }
td.TdClassName
{
border-color: #F63E4A;
}
.TagClassName
{
border-color: #F63E4A;
}
</style>