Shades of Radical Red #F63D5A
Tints of Radical Red #F63D5A
RGB
CMYK
RGB Variations
Color information
#F63D5A (or 0xF63D5A) is known color: Radical Red. HEX triplet: F6, 3D and 5A. RGB value is (246,61,90). Sum of RGB (Red+Green+Blue) = 246+61+90=397 (52% of max value = 765). Red value is 246 (96.48% from 255 or 61.96% from 397); Green value is 61 (24.22% from 255 or 15.37% from 397); Blue value is 90 (35.55% from 255 or 22.67% from 397); Max value from RGB is 246 - color contains mainly: red. Hex color #F63D5A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F63D5A is #09C2A5. Grayscale: #777777. Windows color (decimal): -639654 or 5914102. OLE color: 5914102.
HSL color Cylindrical-coordinate representation of color #F63D5A: hue angle of 350.59º 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 #F63D5A is Cyan = 0, Magento = 0.75, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 61 | 90 | - |
| CMYK | 0 | 0.75 | 0.63 | 0.04 |
| HSL | 350.59º | 0.91% | 0.6% | - |
| HSV(B) | 350.59º | 0.75% | 0.96% | - |
| XYZ | 41.52 | 23.67 | 12.05 | - |
| YUV | 119.62 | 111.29 | 218.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 61 | 90 | 0 | 0.75 | 0.63 | 0.04 | 350.59 | 0.91 | 0.6 |
| Hex | F6 | 3D | 5A | 0 | 4B | 3F | 4 | 15F | 5B | 3C |
| Octal | 366 | 75 | 132 | 0 | 113 | 77 | 4 | 537 | 133 | 74 |
| Binary | 11110110 | 111101 | 1011010 | 0 | 1001011 | 111111 | 100 | 101011111 | 1011011 | 111100 |
Color Harmonies of #F63D5A
Complementary color
Monochromatic Colors of #F63D5A
Black with #F63D5A
Text Example
Text Example
White with #F63D5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63D5A; }
p { color: rgb(246,61,90); }
H1.HeaderClassName
{
color: #F63D5A;
}
.AnyTagClassName
{
color: #F63D5A;
}
</style>
background-color css
<style>
a { background-color: #F63D5A; }
a { background-color: rgb(246,61,90); }
div.DivClassName
{
background-color: #F63D5A;
}
.BgClassName
{
background-color: #F63D5A;
}
</style>
border-color css
<style>
span { border-color: #F63D5A; }
span { border-color: rgb(246,61,90); }
td.TdClassName
{
border-color: #F63D5A;
}
.TagClassName
{
border-color: #F63D5A;
}
</style>