Shades of Radical Red #F94454
Tints of Radical Red #F94454
RGB
CMYK
RGB Variations
Color information
#F94454 (or 0xF94454) is known color: Radical Red. HEX triplet: F9, 44 and 54. RGB value is (249,68,84). Sum of RGB (Red+Green+Blue) = 249+68+84=401 (53% of max value = 765). Red value is 249 (97.66% from 255 or 62.09% from 401); Green value is 68 (26.95% from 255 or 16.96% from 401); Blue value is 84 (33.20% from 255 or 20.95% from 401); Max value from RGB is 249 - color contains mainly: red. Hex color #F94454 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F94454 is #06BBAB. Grayscale: #7C7C7C. Windows color (decimal): -441260 or 5522681. OLE color: 5522681.
HSL color Cylindrical-coordinate representation of color #F94454: hue angle of 354.7º 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 #F94454 is Cyan = 0, Magento = 0.73, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 68 | 84 | - |
| CMYK | 0 | 0.73 | 0.66 | 0.02 |
| HSL | 354.7º | 0.94% | 0.62% | - |
| HSV(B) | 354.7º | 0.73% | 0.98% | - |
| XYZ | 42.73 | 24.91 | 10.94 | - |
| YUV | 123.94 | 105.47 | 217.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 68 | 84 | 0 | 0.73 | 0.66 | 0.02 | 354.7 | 0.94 | 0.62 |
| Hex | F9 | 44 | 54 | 0 | 49 | 42 | 2 | 163 | 5E | 3E |
| Octal | 371 | 104 | 124 | 0 | 111 | 102 | 2 | 543 | 136 | 76 |
| Binary | 11111001 | 1000100 | 1010100 | 0 | 1001001 | 1000010 | 10 | 101100011 | 1011110 | 111110 |
Color Harmonies of #F94454
Complementary color
Monochromatic Colors of #F94454
Black with #F94454
Text Example
Text Example
White with #F94454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F94454; }
p { color: rgb(249,68,84); }
H1.HeaderClassName
{
color: #F94454;
}
.AnyTagClassName
{
color: #F94454;
}
</style>
background-color css
<style>
a { background-color: #F94454; }
a { background-color: rgb(249,68,84); }
div.DivClassName
{
background-color: #F94454;
}
.BgClassName
{
background-color: #F94454;
}
</style>
border-color css
<style>
span { border-color: #F94454; }
span { border-color: rgb(249,68,84); }
td.TdClassName
{
border-color: #F94454;
}
.TagClassName
{
border-color: #F94454;
}
</style>