Shades of Radical Red #F63D63
Tints of Radical Red #F63D63
RGB
CMYK
RGB Variations
Color information
#F63D63 (or 0xF63D63) is known color: Radical Red. HEX triplet: F6, 3D and 63. RGB value is (246,61,99). Sum of RGB (Red+Green+Blue) = 246+61+99=406 (53% of max value = 765). Red value is 246 (96.48% from 255 or 60.59% from 406); Green value is 61 (24.22% from 255 or 15.02% from 406); Blue value is 99 (39.06% from 255 or 24.38% from 406); Max value from RGB is 246 - color contains mainly: red. Hex color #F63D63 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F63D63 is #09C29C. Grayscale: #787878. Windows color (decimal): -639645 or 6503926. OLE color: 6503926.
HSL color Cylindrical-coordinate representation of color #F63D63: hue angle of 347.68º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F63D63 is Cyan = 0, Magento = 0.75, Yellow = 0.60 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 61 | 99 | - |
| CMYK | 0 | 0.75 | 0.60 | 0.04 |
| HSL | 347.68º | 0.91% | 0.6% | - |
| HSV(B) | 347.68º | 0.75% | 0.96% | - |
| XYZ | 41.93 | 23.83 | 14.19 | - |
| YUV | 120.65 | 115.79 | 217.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 61 | 99 | 0 | 0.75 | 0.60 | 0.04 | 347.68 | 0.91 | 0.6 |
| Hex | F6 | 3D | 63 | 0 | 4B | 3C | 4 | 15C | 5B | 3C |
| Octal | 366 | 75 | 143 | 0 | 113 | 74 | 4 | 534 | 133 | 74 |
| Binary | 11110110 | 111101 | 1100011 | 0 | 1001011 | 111100 | 100 | 101011100 | 1011011 | 111100 |
Color Harmonies of #F63D63
Complementary color
Monochromatic Colors of #F63D63
Black with #F63D63
Text Example
Text Example
White with #F63D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63D63; }
p { color: rgb(246,61,99); }
H1.HeaderClassName
{
color: #F63D63;
}
.AnyTagClassName
{
color: #F63D63;
}
</style>
background-color css
<style>
a { background-color: #F63D63; }
a { background-color: rgb(246,61,99); }
div.DivClassName
{
background-color: #F63D63;
}
.BgClassName
{
background-color: #F63D63;
}
</style>
border-color css
<style>
span { border-color: #F63D63; }
span { border-color: rgb(246,61,99); }
td.TdClassName
{
border-color: #F63D63;
}
.TagClassName
{
border-color: #F63D63;
}
</style>