Shades of Radical Red #F94C63
Tints of Radical Red #F94C63
RGB
CMYK
RGB Variations
Color information
#F94C63 (or 0xF94C63) is known color: Radical Red. HEX triplet: F9, 4C and 63. RGB value is (249,76,99). Sum of RGB (Red+Green+Blue) = 249+76+99=424 (56% of max value = 765). Red value is 249 (97.66% from 255 or 58.73% from 424); Green value is 76 (30.08% from 255 or 17.92% from 424); Blue value is 99 (39.06% from 255 or 23.35% from 424); Max value from RGB is 249 - color contains mainly: red. Hex color #F94C63 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F94C63 is #06B39C. Grayscale: #828282. Windows color (decimal): -439197 or 6507769. OLE color: 6507769.
HSL color Cylindrical-coordinate representation of color #F94C63: hue angle of 352.02º degrees, saturation: 0.94, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F94C63 is Cyan = 0, Magento = 0.69, Yellow = 0.60 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 76 | 99 | - |
| CMYK | 0 | 0.69 | 0.60 | 0.02 |
| HSL | 352.02º | 0.94% | 0.64% | - |
| HSV(B) | 352.02º | 0.69% | 0.98% | - |
| XYZ | 43.9 | 26.21 | 14.55 | - |
| YUV | 130.35 | 110.31 | 212.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 76 | 99 | 0 | 0.69 | 0.60 | 0.02 | 352.02 | 0.94 | 0.64 |
| Hex | F9 | 4C | 63 | 0 | 45 | 3C | 2 | 160 | 5E | 40 |
| Octal | 371 | 114 | 143 | 0 | 105 | 74 | 2 | 540 | 136 | 100 |
| Binary | 11111001 | 1001100 | 1100011 | 0 | 1000101 | 111100 | 10 | 101100000 | 1011110 | 1000000 |
Color Harmonies of #F94C63
Complementary color
Monochromatic Colors of #F94C63
Black with #F94C63
Text Example
Text Example
White with #F94C63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F94C63; }
p { color: rgb(249,76,99); }
H1.HeaderClassName
{
color: #F94C63;
}
.AnyTagClassName
{
color: #F94C63;
}
</style>
background-color css
<style>
a { background-color: #F94C63; }
a { background-color: rgb(249,76,99); }
div.DivClassName
{
background-color: #F94C63;
}
.BgClassName
{
background-color: #F94C63;
}
</style>
border-color css
<style>
span { border-color: #F94C63; }
span { border-color: rgb(249,76,99); }
td.TdClassName
{
border-color: #F94C63;
}
.TagClassName
{
border-color: #F94C63;
}
</style>