Shades of Radical Red #F9454D
Tints of Radical Red #F9454D
RGB
CMYK
RGB Variations
Color information
#F9454D (or 0xF9454D) is known color: Radical Red. HEX triplet: F9, 45 and 4D. RGB value is (249,69,77). Sum of RGB (Red+Green+Blue) = 249+69+77=395 (52% of max value = 765). Red value is 249 (97.66% from 255 or 63.04% from 395); Green value is 69 (27.34% from 255 or 17.47% from 395); Blue value is 77 (30.47% from 255 or 19.49% from 395); Max value from RGB is 249 - color contains mainly: red. Hex color #F9454D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F9454D is #06BAB2. Grayscale: #7B7B7B. Windows color (decimal): -441011 or 5064185. OLE color: 5064185.
HSL color Cylindrical-coordinate representation of color #F9454D: hue angle of 357.33º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F9454D is Cyan = 0, Magento = 0.72, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 69 | 77 | - |
| CMYK | 0 | 0.72 | 0.69 | 0.02 |
| HSL | 357.33º | 0.94% | 0.62% | - |
| HSV(B) | 357.33º | 0.72% | 0.98% | - |
| XYZ | 42.53 | 24.93 | 9.59 | - |
| YUV | 123.73 | 101.63 | 217.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 69 | 77 | 0 | 0.72 | 0.69 | 0.02 | 357.33 | 0.94 | 0.62 |
| Hex | F9 | 45 | 4D | 0 | 48 | 45 | 2 | 165 | 5E | 3E |
| Octal | 371 | 105 | 115 | 0 | 110 | 105 | 2 | 545 | 136 | 76 |
| Binary | 11111001 | 1000101 | 1001101 | 0 | 1001000 | 1000101 | 10 | 101100101 | 1011110 | 111110 |
Color Harmonies of #F9454D
Complementary color
Monochromatic Colors of #F9454D
Black with #F9454D
Text Example
Text Example
White with #F9454D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9454D; }
p { color: rgb(249,69,77); }
H1.HeaderClassName
{
color: #F9454D;
}
.AnyTagClassName
{
color: #F9454D;
}
</style>
background-color css
<style>
a { background-color: #F9454D; }
a { background-color: rgb(249,69,77); }
div.DivClassName
{
background-color: #F9454D;
}
.BgClassName
{
background-color: #F9454D;
}
</style>
border-color css
<style>
span { border-color: #F9454D; }
span { border-color: rgb(249,69,77); }
td.TdClassName
{
border-color: #F9454D;
}
.TagClassName
{
border-color: #F9454D;
}
</style>