Shades of Radical Red #F63153
Tints of Radical Red #F63153
RGB
CMYK
RGB Variations
Color information
#F63153 (or 0xF63153) is known color: Radical Red. HEX triplet: F6, 31 and 53. RGB value is (246,49,83). Sum of RGB (Red+Green+Blue) = 246+49+83=378 (50% of max value = 765). Red value is 246 (96.48% from 255 or 65.08% from 378); Green value is 49 (19.53% from 255 or 12.96% from 378); Blue value is 83 (32.81% from 255 or 21.96% from 378); Max value from RGB is 246 - color contains mainly: red. Hex color #F63153 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F63153 is #09CEAC. Grayscale: #6F6F6F. Windows color (decimal): -642733 or 5452278. OLE color: 5452278.
HSL color Cylindrical-coordinate representation of color #F63153: hue angle of 349.64º 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 #F63153 is Cyan = 0, Magento = 0.80, Yellow = 0.66 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 49 | 83 | - |
| CMYK | 0 | 0.80 | 0.66 | 0.04 |
| HSL | 349.64º | 0.92% | 0.58% | - |
| HSV(B) | 349.64º | 0.8% | 0.96% | - |
| XYZ | 40.67 | 22.41 | 10.37 | - |
| YUV | 111.78 | 111.77 | 223.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 49 | 83 | 0 | 0.80 | 0.66 | 0.04 | 349.64 | 0.92 | 0.58 |
| Hex | F6 | 31 | 53 | 0 | 50 | 42 | 4 | 15E | 5C | 3A |
| Octal | 366 | 61 | 123 | 0 | 120 | 102 | 4 | 536 | 134 | 72 |
| Binary | 11110110 | 110001 | 1010011 | 0 | 1010000 | 1000010 | 100 | 101011110 | 1011100 | 111010 |
Color Harmonies of #F63153
Complementary color
Monochromatic Colors of #F63153
Black with #F63153
Text Example
Text Example
White with #F63153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63153; }
p { color: rgb(246,49,83); }
H1.HeaderClassName
{
color: #F63153;
}
.AnyTagClassName
{
color: #F63153;
}
</style>
background-color css
<style>
a { background-color: #F63153; }
a { background-color: rgb(246,49,83); }
div.DivClassName
{
background-color: #F63153;
}
.BgClassName
{
background-color: #F63153;
}
</style>
border-color css
<style>
span { border-color: #F63153; }
span { border-color: rgb(246,49,83); }
td.TdClassName
{
border-color: #F63153;
}
.TagClassName
{
border-color: #F63153;
}
</style>