Shades of Radical Red #F94754
Tints of Radical Red #F94754
RGB
CMYK
RGB Variations
Color information
#F94754 (or 0xF94754) is known color: Radical Red. HEX triplet: F9, 47 and 54. RGB value is (249,71,84). Sum of RGB (Red+Green+Blue) = 249+71+84=404 (53% of max value = 765). Red value is 249 (97.66% from 255 or 61.63% from 404); Green value is 71 (28.12% from 255 or 17.57% from 404); Blue value is 84 (33.20% from 255 or 20.79% from 404); Max value from RGB is 249 - color contains mainly: red. Hex color #F94754 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F94754 is #06B8AB. Grayscale: #7D7D7D. Windows color (decimal): -440492 or 5523449. OLE color: 5523449.
HSL color Cylindrical-coordinate representation of color #F94754: hue angle of 355.62º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F94754 is Cyan = 0, Magento = 0.71, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 71 | 84 | - |
| CMYK | 0 | 0.71 | 0.66 | 0.02 |
| HSL | 355.62º | 0.94% | 0.63% | - |
| HSV(B) | 355.62º | 0.71% | 0.98% | - |
| XYZ | 42.92 | 25.29 | 11.01 | - |
| YUV | 125.7 | 104.47 | 215.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 71 | 84 | 0 | 0.71 | 0.66 | 0.02 | 355.62 | 0.94 | 0.63 |
| Hex | F9 | 47 | 54 | 0 | 47 | 42 | 2 | 164 | 5E | 3F |
| Octal | 371 | 107 | 124 | 0 | 107 | 102 | 2 | 544 | 136 | 77 |
| Binary | 11111001 | 1000111 | 1010100 | 0 | 1000111 | 1000010 | 10 | 101100100 | 1011110 | 111111 |
Color Harmonies of #F94754
Complementary color
Monochromatic Colors of #F94754
Black with #F94754
Text Example
Text Example
White with #F94754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F94754; }
p { color: rgb(249,71,84); }
H1.HeaderClassName
{
color: #F94754;
}
.AnyTagClassName
{
color: #F94754;
}
</style>
background-color css
<style>
a { background-color: #F94754; }
a { background-color: rgb(249,71,84); }
div.DivClassName
{
background-color: #F94754;
}
.BgClassName
{
background-color: #F94754;
}
</style>
border-color css
<style>
span { border-color: #F94754; }
span { border-color: rgb(249,71,84); }
td.TdClassName
{
border-color: #F94754;
}
.TagClassName
{
border-color: #F94754;
}
</style>