Shades of Radical Red #F9414D
Tints of Radical Red #F9414D
RGB
CMYK
RGB Variations
Color information
#F9414D (or 0xF9414D) is known color: Radical Red. HEX triplet: F9, 41 and 4D. RGB value is (249,65,77). Sum of RGB (Red+Green+Blue) = 249+65+77=391 (51% of max value = 765). Red value is 249 (97.66% from 255 or 63.68% from 391); Green value is 65 (25.78% from 255 or 16.62% from 391); Blue value is 77 (30.47% from 255 or 19.69% from 391); Max value from RGB is 249 - color contains mainly: red. Hex color #F9414D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F9414D is #06BEB2. Grayscale: #797979. Windows color (decimal): -442035 or 5063161. OLE color: 5063161.
HSL color Cylindrical-coordinate representation of color #F9414D: hue angle of 356.09º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F9414D is Cyan = 0, Magento = 0.74, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 65 | 77 | - |
| CMYK | 0 | 0.74 | 0.69 | 0.02 |
| HSL | 356.09º | 0.94% | 0.62% | - |
| HSV(B) | 356.09º | 0.74% | 0.98% | - |
| XYZ | 42.3 | 24.46 | 9.51 | - |
| YUV | 121.38 | 102.96 | 219.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 65 | 77 | 0 | 0.74 | 0.69 | 0.02 | 356.09 | 0.94 | 0.62 |
| Hex | F9 | 41 | 4D | 0 | 4A | 45 | 2 | 164 | 5E | 3E |
| Octal | 371 | 101 | 115 | 0 | 112 | 105 | 2 | 544 | 136 | 76 |
| Binary | 11111001 | 1000001 | 1001101 | 0 | 1001010 | 1000101 | 10 | 101100100 | 1011110 | 111110 |
Color Harmonies of #F9414D
Complementary color
Monochromatic Colors of #F9414D
Black with #F9414D
Text Example
Text Example
White with #F9414D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9414D; }
p { color: rgb(249,65,77); }
H1.HeaderClassName
{
color: #F9414D;
}
.AnyTagClassName
{
color: #F9414D;
}
</style>
background-color css
<style>
a { background-color: #F9414D; }
a { background-color: rgb(249,65,77); }
div.DivClassName
{
background-color: #F9414D;
}
.BgClassName
{
background-color: #F9414D;
}
</style>
border-color css
<style>
span { border-color: #F9414D; }
span { border-color: rgb(249,65,77); }
td.TdClassName
{
border-color: #F9414D;
}
.TagClassName
{
border-color: #F9414D;
}
</style>