Shades of Radical Red #F62965
Tints of Radical Red #F62965
RGB
CMYK
RGB Variations
Color information
#F62965 (or 0xF62965) is known color: Radical Red. HEX triplet: F6, 29 and 65. RGB value is (246,41,101). Sum of RGB (Red+Green+Blue) = 246+41+101=388 (51% of max value = 765). Red value is 246 (96.48% from 255 or 63.40% from 388); Green value is 41 (16.41% from 255 or 10.57% from 388); Blue value is 101 (39.84% from 255 or 26.03% from 388); Max value from RGB is 246 - color contains mainly: red. Hex color #F62965 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F62965 is #09D69A. Grayscale: #6D6D6D. Windows color (decimal): -644763 or 6629878. OLE color: 6629878.
HSL color Cylindrical-coordinate representation of color #F62965: hue angle of 342.44º 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 #F62965 is Cyan = 0, Magento = 0.83, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 41 | 101 | - |
| CMYK | 0 | 0.83 | 0.59 | 0.04 |
| HSL | 342.44º | 0.92% | 0.56% | - |
| HSV(B) | 342.44º | 0.83% | 0.96% | - |
| XYZ | 41.15 | 22.12 | 14.41 | - |
| YUV | 109.14 | 123.42 | 225.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 41 | 101 | 0 | 0.83 | 0.59 | 0.04 | 342.44 | 0.92 | 0.56 |
| Hex | F6 | 29 | 65 | 0 | 53 | 3B | 4 | 156 | 5C | 38 |
| Octal | 366 | 51 | 145 | 0 | 123 | 73 | 4 | 526 | 134 | 70 |
| Binary | 11110110 | 101001 | 1100101 | 0 | 1010011 | 111011 | 100 | 101010110 | 1011100 | 111000 |
Color Harmonies of #F62965
Complementary color
Monochromatic Colors of #F62965
Black with #F62965
Text Example
Text Example
White with #F62965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F62965; }
p { color: rgb(246,41,101); }
H1.HeaderClassName
{
color: #F62965;
}
.AnyTagClassName
{
color: #F62965;
}
</style>
background-color css
<style>
a { background-color: #F62965; }
a { background-color: rgb(246,41,101); }
div.DivClassName
{
background-color: #F62965;
}
.BgClassName
{
background-color: #F62965;
}
</style>
border-color css
<style>
span { border-color: #F62965; }
span { border-color: rgb(246,41,101); }
td.TdClassName
{
border-color: #F62965;
}
.TagClassName
{
border-color: #F62965;
}
</style>