Shades of Radical Red #F63574
Tints of Radical Red #F63574
RGB
CMYK
RGB Variations
Color information
#F63574 (or 0xF63574) is known color: Radical Red. HEX triplet: F6, 35 and 74. RGB value is (246,53,116). Sum of RGB (Red+Green+Blue) = 246+53+116=415 (54% of max value = 765). Red value is 246 (96.48% from 255 or 59.28% from 415); Green value is 53 (21.09% from 255 or 12.77% from 415); Blue value is 116 (45.70% from 255 or 27.95% from 415); Max value from RGB is 246 - color contains mainly: red. Hex color #F63574 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F63574 is #09CA8B. Grayscale: #757575. Windows color (decimal): -641676 or 7615990. OLE color: 7615990.
HSL color Cylindrical-coordinate representation of color #F63574: hue angle of 340.41º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F63574 is Cyan = 0, Magento = 0.78, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 53 | 116 | - |
| CMYK | 0 | 0.78 | 0.53 | 0.04 |
| HSL | 340.41º | 0.91% | 0.59% | - |
| HSV(B) | 340.41º | 0.78% | 0.96% | - |
| XYZ | 42.43 | 23.4 | 18.8 | - |
| YUV | 117.89 | 126.94 | 219.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 53 | 116 | 0 | 0.78 | 0.53 | 0.04 | 340.41 | 0.91 | 0.59 |
| Hex | F6 | 35 | 74 | 0 | 4E | 35 | 4 | 154 | 5B | 3B |
| Octal | 366 | 65 | 164 | 0 | 116 | 65 | 4 | 524 | 133 | 73 |
| Binary | 11110110 | 110101 | 1110100 | 0 | 1001110 | 110101 | 100 | 101010100 | 1011011 | 111011 |
Color Harmonies of #F63574
Complementary color
Monochromatic Colors of #F63574
Black with #F63574
Text Example
Text Example
White with #F63574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63574; }
p { color: rgb(246,53,116); }
H1.HeaderClassName
{
color: #F63574;
}
.AnyTagClassName
{
color: #F63574;
}
</style>
background-color css
<style>
a { background-color: #F63574; }
a { background-color: rgb(246,53,116); }
div.DivClassName
{
background-color: #F63574;
}
.BgClassName
{
background-color: #F63574;
}
</style>
border-color css
<style>
span { border-color: #F63574; }
span { border-color: rgb(246,53,116); }
td.TdClassName
{
border-color: #F63574;
}
.TagClassName
{
border-color: #F63574;
}
</style>