Shades of Radical Red #F63F6B
Tints of Radical Red #F63F6B
RGB
CMYK
RGB Variations
Color information
#F63F6B (or 0xF63F6B) is known color: Radical Red. HEX triplet: F6, 3F and 6B. RGB value is (246,63,107). Sum of RGB (Red+Green+Blue) = 246+63+107=416 (55% of max value = 765). Red value is 246 (96.48% from 255 or 59.13% from 416); Green value is 63 (25% from 255 or 15.14% from 416); Blue value is 107 (42.19% from 255 or 25.72% from 416); Max value from RGB is 246 - color contains mainly: red. Hex color #F63F6B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F63F6B is #09C094. Grayscale: #7A7A7A. Windows color (decimal): -639125 or 7028726. OLE color: 7028726.
HSL color Cylindrical-coordinate representation of color #F63F6B: hue angle of 345.57º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F63F6B is Cyan = 0, Magento = 0.74, Yellow = 0.57 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 63 | 107 | - |
| CMYK | 0 | 0.74 | 0.57 | 0.04 |
| HSL | 345.57º | 0.91% | 0.61% | - |
| HSV(B) | 345.57º | 0.74% | 0.96% | - |
| XYZ | 42.44 | 24.21 | 16.35 | - |
| YUV | 122.73 | 119.13 | 215.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 63 | 107 | 0 | 0.74 | 0.57 | 0.04 | 345.57 | 0.91 | 0.61 |
| Hex | F6 | 3F | 6B | 0 | 4A | 39 | 4 | 15A | 5B | 3D |
| Octal | 366 | 77 | 153 | 0 | 112 | 71 | 4 | 532 | 133 | 75 |
| Binary | 11110110 | 111111 | 1101011 | 0 | 1001010 | 111001 | 100 | 101011010 | 1011011 | 111101 |
Color Harmonies of #F63F6B
Complementary color
Monochromatic Colors of #F63F6B
Black with #F63F6B
Text Example
Text Example
White with #F63F6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63F6B; }
p { color: rgb(246,63,107); }
H1.HeaderClassName
{
color: #F63F6B;
}
.AnyTagClassName
{
color: #F63F6B;
}
</style>
background-color css
<style>
a { background-color: #F63F6B; }
a { background-color: rgb(246,63,107); }
div.DivClassName
{
background-color: #F63F6B;
}
.BgClassName
{
background-color: #F63F6B;
}
</style>
border-color css
<style>
span { border-color: #F63F6B; }
span { border-color: rgb(246,63,107); }
td.TdClassName
{
border-color: #F63F6B;
}
.TagClassName
{
border-color: #F63F6B;
}
</style>