Shades of Radical Red #F9334A
Tints of Radical Red #F9334A
RGB
CMYK
RGB Variations
Color information
#F9334A (or 0xF9334A) is known color: Radical Red. HEX triplet: F9, 33 and 4A. RGB value is (249,51,74). Sum of RGB (Red+Green+Blue) = 249+51+74=374 (49% of max value = 765). Red value is 249 (97.66% from 255 or 66.58% from 374); Green value is 51 (20.31% from 255 or 13.64% from 374); Blue value is 74 (29.30% from 255 or 19.79% from 374); Max value from RGB is 249 - color contains mainly: red. Hex color #F9334A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F9334A is #06CCB5. Grayscale: #707070. Windows color (decimal): -445622 or 4862969. OLE color: 4862969.
HSL color Cylindrical-coordinate representation of color #F9334A: hue angle of 353.03º 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 #F9334A is Cyan = 0, Magento = 0.80, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 51 | 74 | - |
| CMYK | 0 | 0.80 | 0.70 | 0.02 |
| HSL | 353.03º | 0.94% | 0.59% | - |
| HSV(B) | 353.03º | 0.8% | 0.98% | - |
| XYZ | 41.49 | 23 | 8.73 | - |
| YUV | 112.82 | 106.1 | 225.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 51 | 74 | 0 | 0.80 | 0.70 | 0.02 | 353.03 | 0.94 | 0.59 |
| Hex | F9 | 33 | 4A | 0 | 50 | 46 | 2 | 161 | 5E | 3B |
| Octal | 371 | 63 | 112 | 0 | 120 | 106 | 2 | 541 | 136 | 73 |
| Binary | 11111001 | 110011 | 1001010 | 0 | 1010000 | 1000110 | 10 | 101100001 | 1011110 | 111011 |
Color Harmonies of #F9334A
Complementary color
Monochromatic Colors of #F9334A
Black with #F9334A
Text Example
Text Example
White with #F9334A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9334A; }
p { color: rgb(249,51,74); }
H1.HeaderClassName
{
color: #F9334A;
}
.AnyTagClassName
{
color: #F9334A;
}
</style>
background-color css
<style>
a { background-color: #F9334A; }
a { background-color: rgb(249,51,74); }
div.DivClassName
{
background-color: #F9334A;
}
.BgClassName
{
background-color: #F9334A;
}
</style>
border-color css
<style>
span { border-color: #F9334A; }
span { border-color: rgb(249,51,74); }
td.TdClassName
{
border-color: #F9334A;
}
.TagClassName
{
border-color: #F9334A;
}
</style>