Shades of Radical Red #F9444D
Tints of Radical Red #F9444D
RGB
CMYK
RGB Variations
Color information
#F9444D (or 0xF9444D) is known color: Radical Red. HEX triplet: F9, 44 and 4D. RGB value is (249,68,77). Sum of RGB (Red+Green+Blue) = 249+68+77=394 (52% of max value = 765). Red value is 249 (97.66% from 255 or 63.20% from 394); Green value is 68 (26.95% from 255 or 17.26% from 394); Blue value is 77 (30.47% from 255 or 19.54% from 394); Max value from RGB is 249 - color contains mainly: red. Hex color #F9444D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F9444D is #06BBB2. Grayscale: #7B7B7B. Windows color (decimal): -441267 or 5063929. OLE color: 5063929.
HSL color Cylindrical-coordinate representation of color #F9444D: hue angle of 357.02º 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 #F9444D is Cyan = 0, Magento = 0.73, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 68 | 77 | - |
| CMYK | 0 | 0.73 | 0.69 | 0.02 |
| HSL | 357.02º | 0.94% | 0.62% | - |
| HSV(B) | 357.02º | 0.73% | 0.98% | - |
| XYZ | 42.47 | 24.81 | 9.57 | - |
| YUV | 123.15 | 101.97 | 217.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 68 | 77 | 0 | 0.73 | 0.69 | 0.02 | 357.02 | 0.94 | 0.62 |
| Hex | F9 | 44 | 4D | 0 | 49 | 45 | 2 | 165 | 5E | 3E |
| Octal | 371 | 104 | 115 | 0 | 111 | 105 | 2 | 545 | 136 | 76 |
| Binary | 11111001 | 1000100 | 1001101 | 0 | 1001001 | 1000101 | 10 | 101100101 | 1011110 | 111110 |
Color Harmonies of #F9444D
Complementary color
Monochromatic Colors of #F9444D
Black with #F9444D
Text Example
Text Example
White with #F9444D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9444D; }
p { color: rgb(249,68,77); }
H1.HeaderClassName
{
color: #F9444D;
}
.AnyTagClassName
{
color: #F9444D;
}
</style>
background-color css
<style>
a { background-color: #F9444D; }
a { background-color: rgb(249,68,77); }
div.DivClassName
{
background-color: #F9444D;
}
.BgClassName
{
background-color: #F9444D;
}
</style>
border-color css
<style>
span { border-color: #F9444D; }
span { border-color: rgb(249,68,77); }
td.TdClassName
{
border-color: #F9444D;
}
.TagClassName
{
border-color: #F9444D;
}
</style>