Shades of Radical Red #F62E5D
Tints of Radical Red #F62E5D
RGB
CMYK
RGB Variations
Color information
#F62E5D (or 0xF62E5D) is known color: Radical Red. HEX triplet: F6, 2E and 5D. RGB value is (246,46,93). Sum of RGB (Red+Green+Blue) = 246+46+93=385 (50% of max value = 765). Red value is 246 (96.48% from 255 or 63.90% from 385); Green value is 46 (18.36% from 255 or 11.95% from 385); Blue value is 93 (36.72% from 255 or 24.16% from 385); Max value from RGB is 246 - color contains mainly: red. Hex color #F62E5D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F62E5D is #09D1A2. Grayscale: #6F6F6F. Windows color (decimal): -643491 or 6106870. OLE color: 6106870.
HSL color Cylindrical-coordinate representation of color #F62E5D: hue angle of 345.9º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F62E5D is Cyan = 0, Magento = 0.81, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 46 | 93 | - |
| CMYK | 0 | 0.81 | 0.62 | 0.04 |
| HSL | 345.9º | 0.92% | 0.57% | - |
| HSV(B) | 345.9º | 0.81% | 0.96% | - |
| XYZ | 40.96 | 22.34 | 12.51 | - |
| YUV | 111.16 | 117.76 | 224.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 46 | 93 | 0 | 0.81 | 0.62 | 0.04 | 345.9 | 0.92 | 0.57 |
| Hex | F6 | 2E | 5D | 0 | 51 | 3E | 4 | 15A | 5C | 39 |
| Octal | 366 | 56 | 135 | 0 | 121 | 76 | 4 | 532 | 134 | 71 |
| Binary | 11110110 | 101110 | 1011101 | 0 | 1010001 | 111110 | 100 | 101011010 | 1011100 | 111001 |
Color Harmonies of #F62E5D
Complementary color
Monochromatic Colors of #F62E5D
Black with #F62E5D
Text Example
Text Example
White with #F62E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F62E5D; }
p { color: rgb(246,46,93); }
H1.HeaderClassName
{
color: #F62E5D;
}
.AnyTagClassName
{
color: #F62E5D;
}
</style>
background-color css
<style>
a { background-color: #F62E5D; }
a { background-color: rgb(246,46,93); }
div.DivClassName
{
background-color: #F62E5D;
}
.BgClassName
{
background-color: #F62E5D;
}
</style>
border-color css
<style>
span { border-color: #F62E5D; }
span { border-color: rgb(246,46,93); }
td.TdClassName
{
border-color: #F62E5D;
}
.TagClassName
{
border-color: #F62E5D;
}
</style>