Shades of Radical Red #F94470
Tints of Radical Red #F94470
RGB
CMYK
RGB Variations
Color information
#F94470 (or 0xF94470) is known color: Radical Red. HEX triplet: F9, 44 and 70. RGB value is (249,68,112). Sum of RGB (Red+Green+Blue) = 249+68+112=429 (56% of max value = 765). Red value is 249 (97.66% from 255 or 58.04% from 429); Green value is 68 (26.95% from 255 or 15.85% from 429); Blue value is 112 (44.14% from 255 or 26.11% from 429); Max value from RGB is 249 - color contains mainly: red. Hex color #F94470 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F94470 is #06BB8F. Grayscale: #7F7F7F. Windows color (decimal): -441232 or 7357689. OLE color: 7357689.
HSL color Cylindrical-coordinate representation of color #F94470: hue angle of 345.41º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F94470 is Cyan = 0, Magento = 0.73, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 68 | 112 | - |
| CMYK | 0 | 0.73 | 0.55 | 0.02 |
| HSL | 345.41º | 0.94% | 0.62% | - |
| HSV(B) | 345.41º | 0.73% | 0.98% | - |
| XYZ | 44.06 | 25.44 | 17.92 | - |
| YUV | 127.14 | 119.47 | 214.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 68 | 112 | 0 | 0.73 | 0.55 | 0.02 | 345.41 | 0.94 | 0.62 |
| Hex | F9 | 44 | 70 | 0 | 49 | 37 | 2 | 159 | 5E | 3E |
| Octal | 371 | 104 | 160 | 0 | 111 | 67 | 2 | 531 | 136 | 76 |
| Binary | 11111001 | 1000100 | 1110000 | 0 | 1001001 | 110111 | 10 | 101011001 | 1011110 | 111110 |
Color Harmonies of #F94470
Complementary color
Monochromatic Colors of #F94470
Black with #F94470
Text Example
Text Example
White with #F94470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F94470; }
p { color: rgb(249,68,112); }
H1.HeaderClassName
{
color: #F94470;
}
.AnyTagClassName
{
color: #F94470;
}
</style>
background-color css
<style>
a { background-color: #F94470; }
a { background-color: rgb(249,68,112); }
div.DivClassName
{
background-color: #F94470;
}
.BgClassName
{
background-color: #F94470;
}
</style>
border-color css
<style>
span { border-color: #F94470; }
span { border-color: rgb(249,68,112); }
td.TdClassName
{
border-color: #F94470;
}
.TagClassName
{
border-color: #F94470;
}
</style>