Shades of Radical Red #F62967
Tints of Radical Red #F62967
RGB
CMYK
RGB Variations
Color information
#F62967 (or 0xF62967) is known color: Radical Red. HEX triplet: F6, 29 and 67. RGB value is (246,41,103). Sum of RGB (Red+Green+Blue) = 246+41+103=390 (51% of max value = 765). Red value is 246 (96.48% from 255 or 63.08% from 390); Green value is 41 (16.41% from 255 or 10.51% from 390); Blue value is 103 (40.62% from 255 or 26.41% from 390); Max value from RGB is 246 - color contains mainly: red. Hex color #F62967 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F62967 is #09D698. Grayscale: #6D6D6D. Windows color (decimal): -644761 or 6760950. OLE color: 6760950.
HSL color Cylindrical-coordinate representation of color #F62967: hue angle of 341.85º degrees, saturation: 0.92, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F62967 is Cyan = 0, Magento = 0.83, Yellow = 0.58 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 41 | 103 | - |
| CMYK | 0 | 0.83 | 0.58 | 0.04 |
| HSL | 341.85º | 0.92% | 0.56% | - |
| HSV(B) | 341.85º | 0.83% | 0.96% | - |
| XYZ | 41.25 | 22.16 | 14.93 | - |
| YUV | 109.36 | 124.42 | 225.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 41 | 103 | 0 | 0.83 | 0.58 | 0.04 | 341.85 | 0.92 | 0.56 |
| Hex | F6 | 29 | 67 | 0 | 53 | 3A | 4 | 156 | 5C | 38 |
| Octal | 366 | 51 | 147 | 0 | 123 | 72 | 4 | 526 | 134 | 70 |
| Binary | 11110110 | 101001 | 1100111 | 0 | 1010011 | 111010 | 100 | 101010110 | 1011100 | 111000 |
Color Harmonies of #F62967
Complementary color
Monochromatic Colors of #F62967
Black with #F62967
Text Example
Text Example
White with #F62967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F62967; }
p { color: rgb(246,41,103); }
H1.HeaderClassName
{
color: #F62967;
}
.AnyTagClassName
{
color: #F62967;
}
</style>
background-color css
<style>
a { background-color: #F62967; }
a { background-color: rgb(246,41,103); }
div.DivClassName
{
background-color: #F62967;
}
.BgClassName
{
background-color: #F62967;
}
</style>
border-color css
<style>
span { border-color: #F62967; }
span { border-color: rgb(246,41,103); }
td.TdClassName
{
border-color: #F62967;
}
.TagClassName
{
border-color: #F62967;
}
</style>