Shades of Radical Red #F63154
Tints of Radical Red #F63154
RGB
CMYK
RGB Variations
Color information
#F63154 (or 0xF63154) is known color: Radical Red. HEX triplet: F6, 31 and 54. RGB value is (246,49,84). Sum of RGB (Red+Green+Blue) = 246+49+84=379 (50% of max value = 765). Red value is 246 (96.48% from 255 or 64.91% from 379); Green value is 49 (19.53% from 255 or 12.93% from 379); Blue value is 84 (33.20% from 255 or 22.16% from 379); Max value from RGB is 246 - color contains mainly: red. Hex color #F63154 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F63154 is #09CEAB. Grayscale: #6F6F6F. Windows color (decimal): -642732 or 5517814. OLE color: 5517814.
HSL color Cylindrical-coordinate representation of color #F63154: hue angle of 349.34º 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 #F63154 is Cyan = 0, Magento = 0.80, Yellow = 0.66 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 49 | 84 | - |
| CMYK | 0 | 0.80 | 0.66 | 0.04 |
| HSL | 349.34º | 0.92% | 0.58% | - |
| HSV(B) | 349.34º | 0.8% | 0.96% | - |
| XYZ | 40.7 | 22.43 | 10.57 | - |
| YUV | 111.89 | 112.27 | 223.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 49 | 84 | 0 | 0.80 | 0.66 | 0.04 | 349.34 | 0.92 | 0.58 |
| Hex | F6 | 31 | 54 | 0 | 50 | 42 | 4 | 15D | 5C | 3A |
| Octal | 366 | 61 | 124 | 0 | 120 | 102 | 4 | 535 | 134 | 72 |
| Binary | 11110110 | 110001 | 1010100 | 0 | 1010000 | 1000010 | 100 | 101011101 | 1011100 | 111010 |
Color Harmonies of #F63154
Complementary color
Monochromatic Colors of #F63154
Black with #F63154
Text Example
Text Example
White with #F63154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63154; }
p { color: rgb(246,49,84); }
H1.HeaderClassName
{
color: #F63154;
}
.AnyTagClassName
{
color: #F63154;
}
</style>
background-color css
<style>
a { background-color: #F63154; }
a { background-color: rgb(246,49,84); }
div.DivClassName
{
background-color: #F63154;
}
.BgClassName
{
background-color: #F63154;
}
</style>
border-color css
<style>
span { border-color: #F63154; }
span { border-color: rgb(246,49,84); }
td.TdClassName
{
border-color: #F63154;
}
.TagClassName
{
border-color: #F63154;
}
</style>