Shades of Radical Red #F63B5E
Tints of Radical Red #F63B5E
RGB
CMYK
RGB Variations
Color information
#F63B5E (or 0xF63B5E) is known color: Radical Red. HEX triplet: F6, 3B and 5E. RGB value is (246,59,94). Sum of RGB (Red+Green+Blue) = 246+59+94=399 (52% of max value = 765). Red value is 246 (96.48% from 255 or 61.65% from 399); Green value is 59 (23.44% from 255 or 14.79% from 399); Blue value is 94 (37.11% from 255 or 23.56% from 399); Max value from RGB is 246 - color contains mainly: red. Hex color #F63B5E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F63B5E is #09C4A1. Grayscale: #767676. Windows color (decimal): -640162 or 6175734. OLE color: 6175734.
HSL color Cylindrical-coordinate representation of color #F63B5E: hue angle of 348.77º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F63B5E is Cyan = 0, Magento = 0.76, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 59 | 94 | - |
| CMYK | 0 | 0.76 | 0.62 | 0.04 |
| HSL | 348.77º | 0.91% | 0.6% | - |
| HSV(B) | 348.77º | 0.76% | 0.96% | - |
| XYZ | 41.59 | 23.53 | 12.94 | - |
| YUV | 118.9 | 113.95 | 218.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 59 | 94 | 0 | 0.76 | 0.62 | 0.04 | 348.77 | 0.91 | 0.6 |
| Hex | F6 | 3B | 5E | 0 | 4C | 3E | 4 | 15D | 5B | 3C |
| Octal | 366 | 73 | 136 | 0 | 114 | 76 | 4 | 535 | 133 | 74 |
| Binary | 11110110 | 111011 | 1011110 | 0 | 1001100 | 111110 | 100 | 101011101 | 1011011 | 111100 |
Color Harmonies of #F63B5E
Complementary color
Monochromatic Colors of #F63B5E
Black with #F63B5E
Text Example
Text Example
White with #F63B5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63B5E; }
p { color: rgb(246,59,94); }
H1.HeaderClassName
{
color: #F63B5E;
}
.AnyTagClassName
{
color: #F63B5E;
}
</style>
background-color css
<style>
a { background-color: #F63B5E; }
a { background-color: rgb(246,59,94); }
div.DivClassName
{
background-color: #F63B5E;
}
.BgClassName
{
background-color: #F63B5E;
}
</style>
border-color css
<style>
span { border-color: #F63B5E; }
span { border-color: rgb(246,59,94); }
td.TdClassName
{
border-color: #F63B5E;
}
.TagClassName
{
border-color: #F63B5E;
}
</style>