Shades of Radical Red #F63D6A
Tints of Radical Red #F63D6A
RGB
CMYK
RGB Variations
Color information
#F63D6A (or 0xF63D6A) is known color: Radical Red. HEX triplet: F6, 3D and 6A. RGB value is (246,61,106). Sum of RGB (Red+Green+Blue) = 246+61+106=413 (54% of max value = 765). Red value is 246 (96.48% from 255 or 59.56% from 413); Green value is 61 (24.22% from 255 or 14.77% from 413); Blue value is 106 (41.80% from 255 or 25.67% from 413); Max value from RGB is 246 - color contains mainly: red. Hex color #F63D6A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F63D6A is #09C295. Grayscale: #797979. Windows color (decimal): -639638 or 6962678. OLE color: 6962678.
HSL color Cylindrical-coordinate representation of color #F63D6A: hue angle of 345.41º 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 #F63D6A is Cyan = 0, Magento = 0.75, Yellow = 0.57 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 61 | 106 | - |
| CMYK | 0 | 0.75 | 0.57 | 0.04 |
| HSL | 345.41º | 0.91% | 0.6% | - |
| HSV(B) | 345.41º | 0.75% | 0.96% | - |
| XYZ | 42.28 | 23.97 | 16.03 | - |
| YUV | 121.45 | 119.29 | 216.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 61 | 106 | 0 | 0.75 | 0.57 | 0.04 | 345.41 | 0.91 | 0.6 |
| Hex | F6 | 3D | 6A | 0 | 4B | 39 | 4 | 159 | 5B | 3C |
| Octal | 366 | 75 | 152 | 0 | 113 | 71 | 4 | 531 | 133 | 74 |
| Binary | 11110110 | 111101 | 1101010 | 0 | 1001011 | 111001 | 100 | 101011001 | 1011011 | 111100 |
Color Harmonies of #F63D6A
Complementary color
Monochromatic Colors of #F63D6A
Black with #F63D6A
Text Example
Text Example
White with #F63D6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63D6A; }
p { color: rgb(246,61,106); }
H1.HeaderClassName
{
color: #F63D6A;
}
.AnyTagClassName
{
color: #F63D6A;
}
</style>
background-color css
<style>
a { background-color: #F63D6A; }
a { background-color: rgb(246,61,106); }
div.DivClassName
{
background-color: #F63D6A;
}
.BgClassName
{
background-color: #F63D6A;
}
</style>
border-color css
<style>
span { border-color: #F63D6A; }
span { border-color: rgb(246,61,106); }
td.TdClassName
{
border-color: #F63D6A;
}
.TagClassName
{
border-color: #F63D6A;
}
</style>