Shades of Radical Red #F62D5A
Tints of Radical Red #F62D5A
RGB
CMYK
RGB Variations
Color information
#F62D5A (or 0xF62D5A) is known color: Radical Red. HEX triplet: F6, 2D and 5A. RGB value is (246,45,90). Sum of RGB (Red+Green+Blue) = 246+45+90=381 (50% of max value = 765). Red value is 246 (96.48% from 255 or 64.57% from 381); Green value is 45 (17.97% from 255 or 11.81% from 381); Blue value is 90 (35.55% from 255 or 23.62% from 381); Max value from RGB is 246 - color contains mainly: red. Hex color #F62D5A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F62D5A is #09D2A5. Grayscale: #6E6E6E. Windows color (decimal): -643750 or 5910006. OLE color: 5910006.
HSL color Cylindrical-coordinate representation of color #F62D5A: hue angle of 346.57º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F62D5A is Cyan = 0, Magento = 0.82, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 45 | 90 | - |
| CMYK | 0 | 0.82 | 0.63 | 0.04 |
| HSL | 346.57º | 0.92% | 0.57% | - |
| HSV(B) | 346.57º | 0.82% | 0.96% | - |
| XYZ | 40.79 | 22.21 | 11.81 | - |
| YUV | 110.23 | 116.59 | 224.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 45 | 90 | 0 | 0.82 | 0.63 | 0.04 | 346.57 | 0.92 | 0.57 |
| Hex | F6 | 2D | 5A | 0 | 52 | 3F | 4 | 15B | 5C | 39 |
| Octal | 366 | 55 | 132 | 0 | 122 | 77 | 4 | 533 | 134 | 71 |
| Binary | 11110110 | 101101 | 1011010 | 0 | 1010010 | 111111 | 100 | 101011011 | 1011100 | 111001 |
Color Harmonies of #F62D5A
Complementary color
Monochromatic Colors of #F62D5A
Black with #F62D5A
Text Example
Text Example
White with #F62D5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F62D5A; }
p { color: rgb(246,45,90); }
H1.HeaderClassName
{
color: #F62D5A;
}
.AnyTagClassName
{
color: #F62D5A;
}
</style>
background-color css
<style>
a { background-color: #F62D5A; }
a { background-color: rgb(246,45,90); }
div.DivClassName
{
background-color: #F62D5A;
}
.BgClassName
{
background-color: #F62D5A;
}
</style>
border-color css
<style>
span { border-color: #F62D5A; }
span { border-color: rgb(246,45,90); }
td.TdClassName
{
border-color: #F62D5A;
}
.TagClassName
{
border-color: #F62D5A;
}
</style>