Shades of Radical Red #F94C62
Tints of Radical Red #F94C62
RGB
CMYK
RGB Variations
Color information
#F94C62 (or 0xF94C62) is known color: Radical Red. HEX triplet: F9, 4C and 62. RGB value is (249,76,98). Sum of RGB (Red+Green+Blue) = 249+76+98=423 (56% of max value = 765). Red value is 249 (97.66% from 255 or 58.87% from 423); Green value is 76 (30.08% from 255 or 17.97% from 423); Blue value is 98 (38.67% from 255 or 23.17% from 423); Max value from RGB is 249 - color contains mainly: red. Hex color #F94C62 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F94C62 is #06B39D. Grayscale: #828282. Windows color (decimal): -439198 or 6442233. OLE color: 6442233.
HSL color Cylindrical-coordinate representation of color #F94C62: hue angle of 352.37º 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 #F94C62 is Cyan = 0, Magento = 0.69, Yellow = 0.61 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 76 | 98 | - |
| CMYK | 0 | 0.69 | 0.61 | 0.02 |
| HSL | 352.37º | 0.94% | 0.64% | - |
| HSV(B) | 352.37º | 0.69% | 0.98% | - |
| XYZ | 43.86 | 26.19 | 14.3 | - |
| YUV | 130.24 | 109.81 | 212.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 76 | 98 | 0 | 0.69 | 0.61 | 0.02 | 352.37 | 0.94 | 0.64 |
| Hex | F9 | 4C | 62 | 0 | 45 | 3D | 2 | 160 | 5E | 40 |
| Octal | 371 | 114 | 142 | 0 | 105 | 75 | 2 | 540 | 136 | 100 |
| Binary | 11111001 | 1001100 | 1100010 | 0 | 1000101 | 111101 | 10 | 101100000 | 1011110 | 1000000 |
Color Harmonies of #F94C62
Complementary color
Monochromatic Colors of #F94C62
Black with #F94C62
Text Example
Text Example
White with #F94C62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F94C62; }
p { color: rgb(249,76,98); }
H1.HeaderClassName
{
color: #F94C62;
}
.AnyTagClassName
{
color: #F94C62;
}
</style>
background-color css
<style>
a { background-color: #F94C62; }
a { background-color: rgb(249,76,98); }
div.DivClassName
{
background-color: #F94C62;
}
.BgClassName
{
background-color: #F94C62;
}
</style>
border-color css
<style>
span { border-color: #F94C62; }
span { border-color: rgb(249,76,98); }
td.TdClassName
{
border-color: #F94C62;
}
.TagClassName
{
border-color: #F94C62;
}
</style>