Shades of Radical Red #F63466
Tints of Radical Red #F63466
RGB
CMYK
RGB Variations
Color information
#F63466 (or 0xF63466) is known color: Radical Red. HEX triplet: F6, 34 and 66. RGB value is (246,52,102). Sum of RGB (Red+Green+Blue) = 246+52+102=400 (52% of max value = 765). Red value is 246 (96.48% from 255 or 61.5% from 400); Green value is 52 (20.70% from 255 or 13% from 400); Blue value is 102 (40.23% from 255 or 25.5% from 400); Max value from RGB is 246 - color contains mainly: red. Hex color #F63466 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F63466 is #09CB99. Grayscale: #737373. Windows color (decimal): -641946 or 6698230. OLE color: 6698230.
HSL color Cylindrical-coordinate representation of color #F63466: hue angle of 344.54º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F63466 is Cyan = 0, Magento = 0.79, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 52 | 102 | - |
| CMYK | 0 | 0.79 | 0.59 | 0.04 |
| HSL | 344.54º | 0.92% | 0.58% | - |
| HSV(B) | 344.54º | 0.79% | 0.96% | - |
| XYZ | 41.63 | 23.01 | 14.82 | - |
| YUV | 115.71 | 120.27 | 220.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 52 | 102 | 0 | 0.79 | 0.59 | 0.04 | 344.54 | 0.92 | 0.58 |
| Hex | F6 | 34 | 66 | 0 | 4F | 3B | 4 | 159 | 5C | 3A |
| Octal | 366 | 64 | 146 | 0 | 117 | 73 | 4 | 531 | 134 | 72 |
| Binary | 11110110 | 110100 | 1100110 | 0 | 1001111 | 111011 | 100 | 101011001 | 1011100 | 111010 |
Color Harmonies of #F63466
Complementary color
Monochromatic Colors of #F63466
Black with #F63466
Text Example
Text Example
White with #F63466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63466; }
p { color: rgb(246,52,102); }
H1.HeaderClassName
{
color: #F63466;
}
.AnyTagClassName
{
color: #F63466;
}
</style>
background-color css
<style>
a { background-color: #F63466; }
a { background-color: rgb(246,52,102); }
div.DivClassName
{
background-color: #F63466;
}
.BgClassName
{
background-color: #F63466;
}
</style>
border-color css
<style>
span { border-color: #F63466; }
span { border-color: rgb(246,52,102); }
td.TdClassName
{
border-color: #F63466;
}
.TagClassName
{
border-color: #F63466;
}
</style>