Shades of Radical Red #F63B5D
Tints of Radical Red #F63B5D
RGB
CMYK
RGB Variations
Color information
#F63B5D (or 0xF63B5D) is known color: Radical Red. HEX triplet: F6, 3B and 5D. RGB value is (246,59,93). Sum of RGB (Red+Green+Blue) = 246+59+93=398 (52% of max value = 765). Red value is 246 (96.48% from 255 or 61.81% from 398); Green value is 59 (23.44% from 255 or 14.82% from 398); Blue value is 93 (36.72% from 255 or 23.37% from 398); Max value from RGB is 246 - color contains mainly: red. Hex color #F63B5D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F63B5D is #09C4A2. Grayscale: #767676. Windows color (decimal): -640163 or 6110198. OLE color: 6110198.
HSL color Cylindrical-coordinate representation of color #F63B5D: hue angle of 349.09º 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 #F63B5D is Cyan = 0, Magento = 0.76, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 59 | 93 | - |
| CMYK | 0 | 0.76 | 0.62 | 0.04 |
| HSL | 349.09º | 0.91% | 0.6% | - |
| HSV(B) | 349.09º | 0.76% | 0.96% | - |
| XYZ | 41.55 | 23.51 | 12.7 | - |
| YUV | 118.79 | 113.45 | 218.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 59 | 93 | 0 | 0.76 | 0.62 | 0.04 | 349.09 | 0.91 | 0.6 |
| Hex | F6 | 3B | 5D | 0 | 4C | 3E | 4 | 15D | 5B | 3C |
| Octal | 366 | 73 | 135 | 0 | 114 | 76 | 4 | 535 | 133 | 74 |
| Binary | 11110110 | 111011 | 1011101 | 0 | 1001100 | 111110 | 100 | 101011101 | 1011011 | 111100 |
Color Harmonies of #F63B5D
Complementary color
Monochromatic Colors of #F63B5D
Black with #F63B5D
Text Example
Text Example
White with #F63B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63B5D; }
p { color: rgb(246,59,93); }
H1.HeaderClassName
{
color: #F63B5D;
}
.AnyTagClassName
{
color: #F63B5D;
}
</style>
background-color css
<style>
a { background-color: #F63B5D; }
a { background-color: rgb(246,59,93); }
div.DivClassName
{
background-color: #F63B5D;
}
.BgClassName
{
background-color: #F63B5D;
}
</style>
border-color css
<style>
span { border-color: #F63B5D; }
span { border-color: rgb(246,59,93); }
td.TdClassName
{
border-color: #F63B5D;
}
.TagClassName
{
border-color: #F63B5D;
}
</style>