Shades of Radical Red #F64263
Tints of Radical Red #F64263
RGB
CMYK
RGB Variations
Color information
#F64263 (or 0xF64263) is known color: Radical Red. HEX triplet: F6, 42 and 63. RGB value is (246,66,99). Sum of RGB (Red+Green+Blue) = 246+66+99=411 (54% of max value = 765). Red value is 246 (96.48% from 255 or 59.85% from 411); Green value is 66 (26.17% from 255 or 16.06% from 411); Blue value is 99 (39.06% from 255 or 24.09% from 411); Max value from RGB is 246 - color contains mainly: red. Hex color #F64263 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F64263 is #09BD9C. Grayscale: #7B7B7B. Windows color (decimal): -638365 or 6505206. OLE color: 6505206.
HSL color Cylindrical-coordinate representation of color #F64263: hue angle of 349º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F64263 is Cyan = 0, Magento = 0.73, Yellow = 0.60 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 66 | 99 | - |
| CMYK | 0 | 0.73 | 0.60 | 0.04 |
| HSL | 349º | 0.91% | 0.61% | - |
| HSV(B) | 349º | 0.73% | 0.96% | - |
| XYZ | 42.21 | 24.39 | 14.29 | - |
| YUV | 123.58 | 114.13 | 215.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 66 | 99 | 0 | 0.73 | 0.60 | 0.04 | 349 | 0.91 | 0.61 |
| Hex | F6 | 42 | 63 | 0 | 49 | 3C | 4 | 15D | 5B | 3D |
| Octal | 366 | 102 | 143 | 0 | 111 | 74 | 4 | 535 | 133 | 75 |
| Binary | 11110110 | 1000010 | 1100011 | 0 | 1001001 | 111100 | 100 | 101011101 | 1011011 | 111101 |
Color Harmonies of #F64263
Complementary color
Monochromatic Colors of #F64263
Black with #F64263
Text Example
Text Example
White with #F64263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64263; }
p { color: rgb(246,66,99); }
H1.HeaderClassName
{
color: #F64263;
}
.AnyTagClassName
{
color: #F64263;
}
</style>
background-color css
<style>
a { background-color: #F64263; }
a { background-color: rgb(246,66,99); }
div.DivClassName
{
background-color: #F64263;
}
.BgClassName
{
background-color: #F64263;
}
</style>
border-color css
<style>
span { border-color: #F64263; }
span { border-color: rgb(246,66,99); }
td.TdClassName
{
border-color: #F64263;
}
.TagClassName
{
border-color: #F64263;
}
</style>