Shades of Radical Red #F63050
Tints of Radical Red #F63050
RGB
CMYK
RGB Variations
Color information
#F63050 (or 0xF63050) is known color: Radical Red. HEX triplet: F6, 30 and 50. RGB value is (246,48,80). Sum of RGB (Red+Green+Blue) = 246+48+80=374 (49% of max value = 765). Red value is 246 (96.48% from 255 or 65.78% from 374); Green value is 48 (19.14% from 255 or 12.83% from 374); Blue value is 80 (31.64% from 255 or 21.39% from 374); Max value from RGB is 246 - color contains mainly: red. Hex color #F63050 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F63050 is #09CFAF. Grayscale: #6E6E6E. Windows color (decimal): -642992 or 5255414. OLE color: 5255414.
HSL color Cylindrical-coordinate representation of color #F63050: hue angle of 350.3º 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 #F63050 is Cyan = 0, Magento = 0.80, Yellow = 0.67 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 48 | 80 | - |
| CMYK | 0 | 0.80 | 0.67 | 0.04 |
| HSL | 350.3º | 0.92% | 0.58% | - |
| HSV(B) | 350.3º | 0.8% | 0.96% | - |
| XYZ | 40.51 | 22.29 | 9.76 | - |
| YUV | 110.85 | 110.6 | 224.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 48 | 80 | 0 | 0.80 | 0.67 | 0.04 | 350.3 | 0.92 | 0.58 |
| Hex | F6 | 30 | 50 | 0 | 50 | 43 | 4 | 15E | 5C | 3A |
| Octal | 366 | 60 | 120 | 0 | 120 | 103 | 4 | 536 | 134 | 72 |
| Binary | 11110110 | 110000 | 1010000 | 0 | 1010000 | 1000011 | 100 | 101011110 | 1011100 | 111010 |
Color Harmonies of #F63050
Complementary color
Monochromatic Colors of #F63050
Black with #F63050
Text Example
Text Example
White with #F63050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63050; }
p { color: rgb(246,48,80); }
H1.HeaderClassName
{
color: #F63050;
}
.AnyTagClassName
{
color: #F63050;
}
</style>
background-color css
<style>
a { background-color: #F63050; }
a { background-color: rgb(246,48,80); }
div.DivClassName
{
background-color: #F63050;
}
.BgClassName
{
background-color: #F63050;
}
</style>
border-color css
<style>
span { border-color: #F63050; }
span { border-color: rgb(246,48,80); }
td.TdClassName
{
border-color: #F63050;
}
.TagClassName
{
border-color: #F63050;
}
</style>