Shades of Radical Red #F9334D
Tints of Radical Red #F9334D
RGB
CMYK
RGB Variations
Color information
#F9334D (or 0xF9334D) is known color: Radical Red. HEX triplet: F9, 33 and 4D. RGB value is (249,51,77). Sum of RGB (Red+Green+Blue) = 249+51+77=377 (49% of max value = 765). Red value is 249 (97.66% from 255 or 66.05% from 377); Green value is 51 (20.31% from 255 or 13.53% from 377); Blue value is 77 (30.47% from 255 or 20.42% from 377); Max value from RGB is 249 - color contains mainly: red. Hex color #F9334D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F9334D is #06CCB2. Grayscale: #717171. Windows color (decimal): -445619 or 5059577. OLE color: 5059577.
HSL color Cylindrical-coordinate representation of color #F9334D: hue angle of 352.12º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F9334D is Cyan = 0, Magento = 0.80, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 51 | 77 | - |
| CMYK | 0 | 0.80 | 0.69 | 0.02 |
| HSL | 352.12º | 0.94% | 0.59% | - |
| HSV(B) | 352.12º | 0.8% | 0.98% | - |
| XYZ | 41.59 | 23.04 | 9.28 | - |
| YUV | 113.17 | 107.6 | 224.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 51 | 77 | 0 | 0.80 | 0.69 | 0.02 | 352.12 | 0.94 | 0.59 |
| Hex | F9 | 33 | 4D | 0 | 50 | 45 | 2 | 160 | 5E | 3B |
| Octal | 371 | 63 | 115 | 0 | 120 | 105 | 2 | 540 | 136 | 73 |
| Binary | 11111001 | 110011 | 1001101 | 0 | 1010000 | 1000101 | 10 | 101100000 | 1011110 | 111011 |
Color Harmonies of #F9334D
Complementary color
Monochromatic Colors of #F9334D
Black with #F9334D
Text Example
Text Example
White with #F9334D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9334D; }
p { color: rgb(249,51,77); }
H1.HeaderClassName
{
color: #F9334D;
}
.AnyTagClassName
{
color: #F9334D;
}
</style>
background-color css
<style>
a { background-color: #F9334D; }
a { background-color: rgb(249,51,77); }
div.DivClassName
{
background-color: #F9334D;
}
.BgClassName
{
background-color: #F9334D;
}
</style>
border-color css
<style>
span { border-color: #F9334D; }
span { border-color: rgb(249,51,77); }
td.TdClassName
{
border-color: #F9334D;
}
.TagClassName
{
border-color: #F9334D;
}
</style>