Shades of Radical Red #F62955
Tints of Radical Red #F62955
RGB
CMYK
RGB Variations
Color information
#F62955 (or 0xF62955) is known color: Radical Red. HEX triplet: F6, 29 and 55. RGB value is (246,41,85). Sum of RGB (Red+Green+Blue) = 246+41+85=372 (49% of max value = 765). Red value is 246 (96.48% from 255 or 66.13% from 372); Green value is 41 (16.41% from 255 or 11.02% from 372); Blue value is 85 (33.59% from 255 or 22.85% from 372); Max value from RGB is 246 - color contains mainly: red. Hex color #F62955 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F62955 is #09D6AA. Grayscale: #6B6B6B. Windows color (decimal): -644779 or 5581302. OLE color: 5581302.
HSL color Cylindrical-coordinate representation of color #F62955: hue angle of 347.12º 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 #F62955 is Cyan = 0, Magento = 0.83, Yellow = 0.65 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 41 | 85 | - |
| CMYK | 0 | 0.83 | 0.65 | 0.04 |
| HSL | 347.12º | 0.92% | 0.56% | - |
| HSV(B) | 347.12º | 0.83% | 0.96% | - |
| XYZ | 40.44 | 21.83 | 10.68 | - |
| YUV | 107.31 | 115.42 | 226.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 41 | 85 | 0 | 0.83 | 0.65 | 0.04 | 347.12 | 0.92 | 0.56 |
| Hex | F6 | 29 | 55 | 0 | 53 | 41 | 4 | 15B | 5C | 38 |
| Octal | 366 | 51 | 125 | 0 | 123 | 101 | 4 | 533 | 134 | 70 |
| Binary | 11110110 | 101001 | 1010101 | 0 | 1010011 | 1000001 | 100 | 101011011 | 1011100 | 111000 |
Color Harmonies of #F62955
Complementary color
Monochromatic Colors of #F62955
Black with #F62955
Text Example
Text Example
White with #F62955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F62955; }
p { color: rgb(246,41,85); }
H1.HeaderClassName
{
color: #F62955;
}
.AnyTagClassName
{
color: #F62955;
}
</style>
background-color css
<style>
a { background-color: #F62955; }
a { background-color: rgb(246,41,85); }
div.DivClassName
{
background-color: #F62955;
}
.BgClassName
{
background-color: #F62955;
}
</style>
border-color css
<style>
span { border-color: #F62955; }
span { border-color: rgb(246,41,85); }
td.TdClassName
{
border-color: #F62955;
}
.TagClassName
{
border-color: #F62955;
}
</style>