Shades of Radical Red #F63D5E
Tints of Radical Red #F63D5E
RGB
CMYK
RGB Variations
Color information
#F63D5E (or 0xF63D5E) is known color: Radical Red. HEX triplet: F6, 3D and 5E. RGB value is (246,61,94). Sum of RGB (Red+Green+Blue) = 246+61+94=401 (53% of max value = 765). Red value is 246 (96.48% from 255 or 61.35% from 401); Green value is 61 (24.22% from 255 or 15.21% from 401); Blue value is 94 (37.11% from 255 or 23.44% from 401); Max value from RGB is 246 - color contains mainly: red. Hex color #F63D5E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F63D5E is #09C2A1. Grayscale: #787878. Windows color (decimal): -639650 or 6176246. OLE color: 6176246.
HSL color Cylindrical-coordinate representation of color #F63D5E: hue angle of 349.3º 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 #F63D5E is Cyan = 0, Magento = 0.75, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 61 | 94 | - |
| CMYK | 0 | 0.75 | 0.62 | 0.04 |
| HSL | 349.3º | 0.91% | 0.6% | - |
| HSV(B) | 349.3º | 0.75% | 0.96% | - |
| XYZ | 41.7 | 23.74 | 12.97 | - |
| YUV | 120.08 | 113.29 | 217.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 61 | 94 | 0 | 0.75 | 0.62 | 0.04 | 349.3 | 0.91 | 0.6 |
| Hex | F6 | 3D | 5E | 0 | 4B | 3E | 4 | 15D | 5B | 3C |
| Octal | 366 | 75 | 136 | 0 | 113 | 76 | 4 | 535 | 133 | 74 |
| Binary | 11110110 | 111101 | 1011110 | 0 | 1001011 | 111110 | 100 | 101011101 | 1011011 | 111100 |
Color Harmonies of #F63D5E
Complementary color
Monochromatic Colors of #F63D5E
Black with #F63D5E
Text Example
Text Example
White with #F63D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63D5E; }
p { color: rgb(246,61,94); }
H1.HeaderClassName
{
color: #F63D5E;
}
.AnyTagClassName
{
color: #F63D5E;
}
</style>
background-color css
<style>
a { background-color: #F63D5E; }
a { background-color: rgb(246,61,94); }
div.DivClassName
{
background-color: #F63D5E;
}
.BgClassName
{
background-color: #F63D5E;
}
</style>
border-color css
<style>
span { border-color: #F63D5E; }
span { border-color: rgb(246,61,94); }
td.TdClassName
{
border-color: #F63D5E;
}
.TagClassName
{
border-color: #F63D5E;
}
</style>