Shades of Radical Red #F63266
Tints of Radical Red #F63266
RGB
CMYK
RGB Variations
Color information
#F63266 (or 0xF63266) is known color: Radical Red. HEX triplet: F6, 32 and 66. RGB value is (246,50,102). Sum of RGB (Red+Green+Blue) = 246+50+102=398 (52% of max value = 765). Red value is 246 (96.48% from 255 or 61.81% from 398); Green value is 50 (19.92% from 255 or 12.56% from 398); Blue value is 102 (40.23% from 255 or 25.63% from 398); Max value from RGB is 246 - color contains mainly: red. Hex color #F63266 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F63266 is #09CD99. Grayscale: #727272. Windows color (decimal): -642458 or 6697718. OLE color: 6697718.
HSL color Cylindrical-coordinate representation of color #F63266: hue angle of 344.08º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F63266 is Cyan = 0, Magento = 0.80, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 50 | 102 | - |
| CMYK | 0 | 0.80 | 0.59 | 0.04 |
| HSL | 344.08º | 0.92% | 0.58% | - |
| HSV(B) | 344.08º | 0.8% | 0.96% | - |
| XYZ | 41.54 | 22.83 | 14.79 | - |
| YUV | 114.53 | 120.93 | 221.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 50 | 102 | 0 | 0.80 | 0.59 | 0.04 | 344.08 | 0.92 | 0.58 |
| Hex | F6 | 32 | 66 | 0 | 50 | 3B | 4 | 158 | 5C | 3A |
| Octal | 366 | 62 | 146 | 0 | 120 | 73 | 4 | 530 | 134 | 72 |
| Binary | 11110110 | 110010 | 1100110 | 0 | 1010000 | 111011 | 100 | 101011000 | 1011100 | 111010 |
Color Harmonies of #F63266
Complementary color
Monochromatic Colors of #F63266
Black with #F63266
Text Example
Text Example
White with #F63266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63266; }
p { color: rgb(246,50,102); }
H1.HeaderClassName
{
color: #F63266;
}
.AnyTagClassName
{
color: #F63266;
}
</style>
background-color css
<style>
a { background-color: #F63266; }
a { background-color: rgb(246,50,102); }
div.DivClassName
{
background-color: #F63266;
}
.BgClassName
{
background-color: #F63266;
}
</style>
border-color css
<style>
span { border-color: #F63266; }
span { border-color: rgb(246,50,102); }
td.TdClassName
{
border-color: #F63266;
}
.TagClassName
{
border-color: #F63266;
}
</style>