Shades of Radical Red #F63D4D
Tints of Radical Red #F63D4D
RGB
CMYK
RGB Variations
Color information
#F63D4D (or 0xF63D4D) is known color: Radical Red. HEX triplet: F6, 3D and 4D. RGB value is (246,61,77). Sum of RGB (Red+Green+Blue) = 246+61+77=384 (50% of max value = 765). Red value is 246 (96.48% from 255 or 64.06% from 384); Green value is 61 (24.22% from 255 or 15.89% from 384); Blue value is 77 (30.47% from 255 or 20.05% from 384); Max value from RGB is 246 - color contains mainly: red. Hex color #F63D4D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F63D4D is #09C2B2. Grayscale: #767676. Windows color (decimal): -639667 or 5062134. OLE color: 5062134.
HSL color Cylindrical-coordinate representation of color #F63D4D: hue angle of 354.81º 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 #F63D4D is Cyan = 0, Magento = 0.75, Yellow = 0.69 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 61 | 77 | - |
| CMYK | 0 | 0.75 | 0.69 | 0.04 |
| HSL | 354.81º | 0.91% | 0.6% | - |
| HSV(B) | 354.81º | 0.75% | 0.96% | - |
| XYZ | 41.01 | 23.47 | 9.39 | - |
| YUV | 118.14 | 104.79 | 219.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 61 | 77 | 0 | 0.75 | 0.69 | 0.04 | 354.81 | 0.91 | 0.6 |
| Hex | F6 | 3D | 4D | 0 | 4B | 45 | 4 | 163 | 5B | 3C |
| Octal | 366 | 75 | 115 | 0 | 113 | 105 | 4 | 543 | 133 | 74 |
| Binary | 11110110 | 111101 | 1001101 | 0 | 1001011 | 1000101 | 100 | 101100011 | 1011011 | 111100 |
Color Harmonies of #F63D4D
Complementary color
Monochromatic Colors of #F63D4D
Black with #F63D4D
Text Example
Text Example
White with #F63D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63D4D; }
p { color: rgb(246,61,77); }
H1.HeaderClassName
{
color: #F63D4D;
}
.AnyTagClassName
{
color: #F63D4D;
}
</style>
background-color css
<style>
a { background-color: #F63D4D; }
a { background-color: rgb(246,61,77); }
div.DivClassName
{
background-color: #F63D4D;
}
.BgClassName
{
background-color: #F63D4D;
}
</style>
border-color css
<style>
span { border-color: #F63D4D; }
span { border-color: rgb(246,61,77); }
td.TdClassName
{
border-color: #F63D4D;
}
.TagClassName
{
border-color: #F63D4D;
}
</style>