Shades of Radical Red #F94048
Tints of Radical Red #F94048
RGB
CMYK
RGB Variations
Color information
#F94048 (or 0xF94048) is known color: Radical Red. HEX triplet: F9, 40 and 48. RGB value is (249,64,72). Sum of RGB (Red+Green+Blue) = 249+64+72=385 (50% of max value = 765). Red value is 249 (97.66% from 255 or 64.68% from 385); Green value is 64 (25.39% from 255 or 16.62% from 385); Blue value is 72 (28.52% from 255 or 18.70% from 385); Max value from RGB is 249 - color contains mainly: red. Hex color #F94048 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F94048 is #06BFB7. Grayscale: #787878. Windows color (decimal): -442296 or 4735225. OLE color: 4735225.
HSL color Cylindrical-coordinate representation of color #F94048: hue angle of 357.41º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F94048 is Cyan = 0, Magento = 0.74, Yellow = 0.71 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 64 | 72 | - |
| CMYK | 0 | 0.74 | 0.71 | 0.02 |
| HSL | 357.41º | 0.94% | 0.61% | - |
| HSV(B) | 357.41º | 0.74% | 0.98% | - |
| XYZ | 42.07 | 24.27 | 8.6 | - |
| YUV | 120.23 | 100.79 | 219.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 64 | 72 | 0 | 0.74 | 0.71 | 0.02 | 357.41 | 0.94 | 0.61 |
| Hex | F9 | 40 | 48 | 0 | 4A | 47 | 2 | 165 | 5E | 3D |
| Octal | 371 | 100 | 110 | 0 | 112 | 107 | 2 | 545 | 136 | 75 |
| Binary | 11111001 | 1000000 | 1001000 | 0 | 1001010 | 1000111 | 10 | 101100101 | 1011110 | 111101 |
Color Harmonies of #F94048
Complementary color
Monochromatic Colors of #F94048
Black with #F94048
Text Example
Text Example
White with #F94048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F94048; }
p { color: rgb(249,64,72); }
H1.HeaderClassName
{
color: #F94048;
}
.AnyTagClassName
{
color: #F94048;
}
</style>
background-color css
<style>
a { background-color: #F94048; }
a { background-color: rgb(249,64,72); }
div.DivClassName
{
background-color: #F94048;
}
.BgClassName
{
background-color: #F94048;
}
</style>
border-color css
<style>
span { border-color: #F94048; }
span { border-color: rgb(249,64,72); }
td.TdClassName
{
border-color: #F94048;
}
.TagClassName
{
border-color: #F94048;
}
</style>