Shades of Radical Red #F62975
Tints of Radical Red #F62975
RGB
CMYK
RGB Variations
Color information
#F62975 (or 0xF62975) is known color: Radical Red. HEX triplet: F6, 29 and 75. RGB value is (246,41,117). Sum of RGB (Red+Green+Blue) = 246+41+117=404 (53% of max value = 765). Red value is 246 (96.48% from 255 or 60.89% from 404); Green value is 41 (16.41% from 255 or 10.15% from 404); Blue value is 117 (46.09% from 255 or 28.96% from 404); Max value from RGB is 246 - color contains mainly: red. Hex color #F62975 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F62975 is #09D68A. Grayscale: #6E6E6E. Windows color (decimal): -644747 or 7678454. OLE color: 7678454.
HSL color Cylindrical-coordinate representation of color #F62975: hue angle of 337.76º 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 #F62975 is Cyan = 0, Magento = 0.83, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 41 | 117 | - |
| CMYK | 0 | 0.83 | 0.52 | 0.04 |
| HSL | 337.76º | 0.92% | 0.56% | - |
| HSV(B) | 337.76º | 0.83% | 0.96% | - |
| XYZ | 42.01 | 22.46 | 18.95 | - |
| YUV | 110.96 | 131.42 | 224.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 41 | 117 | 0 | 0.83 | 0.52 | 0.04 | 337.76 | 0.92 | 0.56 |
| Hex | F6 | 29 | 75 | 0 | 53 | 34 | 4 | 152 | 5C | 38 |
| Octal | 366 | 51 | 165 | 0 | 123 | 64 | 4 | 522 | 134 | 70 |
| Binary | 11110110 | 101001 | 1110101 | 0 | 1010011 | 110100 | 100 | 101010010 | 1011100 | 111000 |
Color Harmonies of #F62975
Complementary color
Monochromatic Colors of #F62975
Black with #F62975
Text Example
Text Example
White with #F62975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F62975; }
p { color: rgb(246,41,117); }
H1.HeaderClassName
{
color: #F62975;
}
.AnyTagClassName
{
color: #F62975;
}
</style>
background-color css
<style>
a { background-color: #F62975; }
a { background-color: rgb(246,41,117); }
div.DivClassName
{
background-color: #F62975;
}
.BgClassName
{
background-color: #F62975;
}
</style>
border-color css
<style>
span { border-color: #F62975; }
span { border-color: rgb(246,41,117); }
td.TdClassName
{
border-color: #F62975;
}
.TagClassName
{
border-color: #F62975;
}
</style>