Shades of Radical Red #F63D5D
Tints of Radical Red #F63D5D
RGB
CMYK
RGB Variations
Color information
#F63D5D (or 0xF63D5D) is known color: Radical Red. HEX triplet: F6, 3D and 5D. RGB value is (246,61,93). Sum of RGB (Red+Green+Blue) = 246+61+93=400 (52% of max value = 765). Red value is 246 (96.48% from 255 or 61.5% from 400); Green value is 61 (24.22% from 255 or 15.25% from 400); Blue value is 93 (36.72% from 255 or 23.25% from 400); Max value from RGB is 246 - color contains mainly: red. Hex color #F63D5D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F63D5D is #09C2A2. Grayscale: #787878. Windows color (decimal): -639651 or 6110710. OLE color: 6110710.
HSL color Cylindrical-coordinate representation of color #F63D5D: hue angle of 349.62º 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 #F63D5D is Cyan = 0, Magento = 0.75, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 61 | 93 | - |
| CMYK | 0 | 0.75 | 0.62 | 0.04 |
| HSL | 349.62º | 0.91% | 0.6% | - |
| HSV(B) | 349.62º | 0.75% | 0.96% | - |
| XYZ | 41.65 | 23.72 | 12.74 | - |
| YUV | 119.96 | 112.79 | 217.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 61 | 93 | 0 | 0.75 | 0.62 | 0.04 | 349.62 | 0.91 | 0.6 |
| Hex | F6 | 3D | 5D | 0 | 4B | 3E | 4 | 15E | 5B | 3C |
| Octal | 366 | 75 | 135 | 0 | 113 | 76 | 4 | 536 | 133 | 74 |
| Binary | 11110110 | 111101 | 1011101 | 0 | 1001011 | 111110 | 100 | 101011110 | 1011011 | 111100 |
Color Harmonies of #F63D5D
Complementary color
Monochromatic Colors of #F63D5D
Black with #F63D5D
Text Example
Text Example
White with #F63D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63D5D; }
p { color: rgb(246,61,93); }
H1.HeaderClassName
{
color: #F63D5D;
}
.AnyTagClassName
{
color: #F63D5D;
}
</style>
background-color css
<style>
a { background-color: #F63D5D; }
a { background-color: rgb(246,61,93); }
div.DivClassName
{
background-color: #F63D5D;
}
.BgClassName
{
background-color: #F63D5D;
}
</style>
border-color css
<style>
span { border-color: #F63D5D; }
span { border-color: rgb(246,61,93); }
td.TdClassName
{
border-color: #F63D5D;
}
.TagClassName
{
border-color: #F63D5D;
}
</style>