Shades of Radical Red #F63074
Tints of Radical Red #F63074
RGB
CMYK
RGB Variations
Color information
#F63074 (or 0xF63074) is known color: Radical Red. HEX triplet: F6, 30 and 74. RGB value is (246,48,116). Sum of RGB (Red+Green+Blue) = 246+48+116=410 (54% of max value = 765). Red value is 246 (96.48% from 255 or 60% from 410); Green value is 48 (19.14% from 255 or 11.71% from 410); Blue value is 116 (45.70% from 255 or 28.29% from 410); Max value from RGB is 246 - color contains mainly: red. Hex color #F63074 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F63074 is #09CF8B. Grayscale: #727272. Windows color (decimal): -642956 or 7614710. OLE color: 7614710.
HSL color Cylindrical-coordinate representation of color #F63074: hue angle of 339.39º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F63074 is Cyan = 0, Magento = 0.80, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 48 | 116 | - |
| CMYK | 0 | 0.80 | 0.53 | 0.04 |
| HSL | 339.39º | 0.92% | 0.58% | - |
| HSV(B) | 339.39º | 0.8% | 0.96% | - |
| XYZ | 42.22 | 22.97 | 18.73 | - |
| YUV | 114.95 | 128.6 | 221.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 48 | 116 | 0 | 0.80 | 0.53 | 0.04 | 339.39 | 0.92 | 0.58 |
| Hex | F6 | 30 | 74 | 0 | 50 | 35 | 4 | 153 | 5C | 3A |
| Octal | 366 | 60 | 164 | 0 | 120 | 65 | 4 | 523 | 134 | 72 |
| Binary | 11110110 | 110000 | 1110100 | 0 | 1010000 | 110101 | 100 | 101010011 | 1011100 | 111010 |
Color Harmonies of #F63074
Complementary color
Monochromatic Colors of #F63074
Black with #F63074
Text Example
Text Example
White with #F63074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63074; }
p { color: rgb(246,48,116); }
H1.HeaderClassName
{
color: #F63074;
}
.AnyTagClassName
{
color: #F63074;
}
</style>
background-color css
<style>
a { background-color: #F63074; }
a { background-color: rgb(246,48,116); }
div.DivClassName
{
background-color: #F63074;
}
.BgClassName
{
background-color: #F63074;
}
</style>
border-color css
<style>
span { border-color: #F63074; }
span { border-color: rgb(246,48,116); }
td.TdClassName
{
border-color: #F63074;
}
.TagClassName
{
border-color: #F63074;
}
</style>