Shades of Radical Red #F62D6A
Tints of Radical Red #F62D6A
RGB
CMYK
RGB Variations
Color information
#F62D6A (or 0xF62D6A) is known color: Radical Red. HEX triplet: F6, 2D and 6A. RGB value is (246,45,106). Sum of RGB (Red+Green+Blue) = 246+45+106=397 (52% of max value = 765). Red value is 246 (96.48% from 255 or 61.96% from 397); Green value is 45 (17.97% from 255 or 11.34% from 397); Blue value is 106 (41.80% from 255 or 26.70% from 397); Max value from RGB is 246 - color contains mainly: red. Hex color #F62D6A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F62D6A is #09D295. Grayscale: #707070. Windows color (decimal): -643734 or 6958582. OLE color: 6958582.
HSL color Cylindrical-coordinate representation of color #F62D6A: hue angle of 341.79º 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 #F62D6A is Cyan = 0, Magento = 0.82, Yellow = 0.57 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 45 | 106 | - |
| CMYK | 0 | 0.82 | 0.57 | 0.04 |
| HSL | 341.79º | 0.92% | 0.57% | - |
| HSV(B) | 341.79º | 0.82% | 0.96% | - |
| XYZ | 41.55 | 22.51 | 15.79 | - |
| YUV | 112.05 | 124.59 | 223.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 45 | 106 | 0 | 0.82 | 0.57 | 0.04 | 341.79 | 0.92 | 0.57 |
| Hex | F6 | 2D | 6A | 0 | 52 | 39 | 4 | 156 | 5C | 39 |
| Octal | 366 | 55 | 152 | 0 | 122 | 71 | 4 | 526 | 134 | 71 |
| Binary | 11110110 | 101101 | 1101010 | 0 | 1010010 | 111001 | 100 | 101010110 | 1011100 | 111001 |
Color Harmonies of #F62D6A
Complementary color
Monochromatic Colors of #F62D6A
Black with #F62D6A
Text Example
Text Example
White with #F62D6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F62D6A; }
p { color: rgb(246,45,106); }
H1.HeaderClassName
{
color: #F62D6A;
}
.AnyTagClassName
{
color: #F62D6A;
}
</style>
background-color css
<style>
a { background-color: #F62D6A; }
a { background-color: rgb(246,45,106); }
div.DivClassName
{
background-color: #F62D6A;
}
.BgClassName
{
background-color: #F62D6A;
}
</style>
border-color css
<style>
span { border-color: #F62D6A; }
span { border-color: rgb(246,45,106); }
td.TdClassName
{
border-color: #F62D6A;
}
.TagClassName
{
border-color: #F62D6A;
}
</style>