Shades of Radical Red #F62875
Tints of Radical Red #F62875
RGB
CMYK
RGB Variations
Color information
#F62875 (or 0xF62875) is known color: Radical Red. HEX triplet: F6, 28 and 75. RGB value is (246,40,117). Sum of RGB (Red+Green+Blue) = 246+40+117=403 (53% of max value = 765). Red value is 246 (96.48% from 255 or 61.04% from 403); Green value is 40 (16.02% from 255 or 9.93% from 403); Blue value is 117 (46.09% from 255 or 29.03% from 403); Max value from RGB is 246 - color contains mainly: red. Hex color #F62875 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F62875 is #09D78A. Grayscale: #6E6E6E. Windows color (decimal): -645003 or 7678198. OLE color: 7678198.
HSL color Cylindrical-coordinate representation of color #F62875: hue angle of 337.57º degrees, saturation: 0.92, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F62875 is Cyan = 0, Magento = 0.84, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 40 | 117 | - |
| CMYK | 0 | 0.84 | 0.52 | 0.04 |
| HSL | 337.57º | 0.92% | 0.56% | - |
| HSV(B) | 337.57º | 0.84% | 0.96% | - |
| XYZ | 41.98 | 22.39 | 18.94 | - |
| YUV | 110.37 | 131.75 | 224.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 40 | 117 | 0 | 0.84 | 0.52 | 0.04 | 337.57 | 0.92 | 0.56 |
| Hex | F6 | 28 | 75 | 0 | 54 | 34 | 4 | 152 | 5C | 38 |
| Octal | 366 | 50 | 165 | 0 | 124 | 64 | 4 | 522 | 134 | 70 |
| Binary | 11110110 | 101000 | 1110101 | 0 | 1010100 | 110100 | 100 | 101010010 | 1011100 | 111000 |
Color Harmonies of #F62875
Complementary color
Monochromatic Colors of #F62875
Black with #F62875
Text Example
Text Example
White with #F62875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F62875; }
p { color: rgb(246,40,117); }
H1.HeaderClassName
{
color: #F62875;
}
.AnyTagClassName
{
color: #F62875;
}
</style>
background-color css
<style>
a { background-color: #F62875; }
a { background-color: rgb(246,40,117); }
div.DivClassName
{
background-color: #F62875;
}
.BgClassName
{
background-color: #F62875;
}
</style>
border-color css
<style>
span { border-color: #F62875; }
span { border-color: rgb(246,40,117); }
td.TdClassName
{
border-color: #F62875;
}
.TagClassName
{
border-color: #F62875;
}
</style>