Shades of Radical Red #F9344D
Tints of Radical Red #F9344D
RGB
CMYK
RGB Variations
Color information
#F9344D (or 0xF9344D) is known color: Radical Red. HEX triplet: F9, 34 and 4D. RGB value is (249,52,77). Sum of RGB (Red+Green+Blue) = 249+52+77=378 (50% of max value = 765). Red value is 249 (97.66% from 255 or 65.87% from 378); Green value is 52 (20.70% from 255 or 13.76% from 378); Blue value is 77 (30.47% from 255 or 20.37% from 378); Max value from RGB is 249 - color contains mainly: red. Hex color #F9344D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F9344D is #06CBB2. Grayscale: #717171. Windows color (decimal): -445363 or 5059833. OLE color: 5059833.
HSL color Cylindrical-coordinate representation of color #F9344D: hue angle of 352.39º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F9344D is Cyan = 0, Magento = 0.79, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 52 | 77 | - |
| CMYK | 0 | 0.79 | 0.69 | 0.02 |
| HSL | 352.39º | 0.94% | 0.59% | - |
| HSV(B) | 352.39º | 0.79% | 0.98% | - |
| XYZ | 41.63 | 23.13 | 9.29 | - |
| YUV | 113.75 | 107.27 | 224.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 52 | 77 | 0 | 0.79 | 0.69 | 0.02 | 352.39 | 0.94 | 0.59 |
| Hex | F9 | 34 | 4D | 0 | 4F | 45 | 2 | 160 | 5E | 3B |
| Octal | 371 | 64 | 115 | 0 | 117 | 105 | 2 | 540 | 136 | 73 |
| Binary | 11111001 | 110100 | 1001101 | 0 | 1001111 | 1000101 | 10 | 101100000 | 1011110 | 111011 |
Color Harmonies of #F9344D
Complementary color
Monochromatic Colors of #F9344D
Black with #F9344D
Text Example
Text Example
White with #F9344D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9344D; }
p { color: rgb(249,52,77); }
H1.HeaderClassName
{
color: #F9344D;
}
.AnyTagClassName
{
color: #F9344D;
}
</style>
background-color css
<style>
a { background-color: #F9344D; }
a { background-color: rgb(249,52,77); }
div.DivClassName
{
background-color: #F9344D;
}
.BgClassName
{
background-color: #F9344D;
}
</style>
border-color css
<style>
span { border-color: #F9344D; }
span { border-color: rgb(249,52,77); }
td.TdClassName
{
border-color: #F9344D;
}
.TagClassName
{
border-color: #F9344D;
}
</style>