Shades of Radical Red #F9344A
Tints of Radical Red #F9344A
RGB
CMYK
RGB Variations
Color information
#F9344A (or 0xF9344A) is known color: Radical Red. HEX triplet: F9, 34 and 4A. RGB value is (249,52,74). Sum of RGB (Red+Green+Blue) = 249+52+74=375 (49% of max value = 765). Red value is 249 (97.66% from 255 or 66.4% from 375); Green value is 52 (20.70% from 255 or 13.87% from 375); Blue value is 74 (29.30% from 255 or 19.73% from 375); Max value from RGB is 249 - color contains mainly: red. Hex color #F9344A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F9344A is #06CBB5. Grayscale: #717171. Windows color (decimal): -445366 or 4863225. OLE color: 4863225.
HSL color Cylindrical-coordinate representation of color #F9344A: hue angle of 353.3º 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 #F9344A is Cyan = 0, Magento = 0.79, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 52 | 74 | - |
| CMYK | 0 | 0.79 | 0.70 | 0.02 |
| HSL | 353.3º | 0.94% | 0.59% | - |
| HSV(B) | 353.3º | 0.79% | 0.98% | - |
| XYZ | 41.53 | 23.09 | 8.75 | - |
| YUV | 113.41 | 105.77 | 224.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 52 | 74 | 0 | 0.79 | 0.70 | 0.02 | 353.3 | 0.94 | 0.59 |
| Hex | F9 | 34 | 4A | 0 | 4F | 46 | 2 | 161 | 5E | 3B |
| Octal | 371 | 64 | 112 | 0 | 117 | 106 | 2 | 541 | 136 | 73 |
| Binary | 11111001 | 110100 | 1001010 | 0 | 1001111 | 1000110 | 10 | 101100001 | 1011110 | 111011 |
Color Harmonies of #F9344A
Complementary color
Monochromatic Colors of #F9344A
Black with #F9344A
Text Example
Text Example
White with #F9344A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9344A; }
p { color: rgb(249,52,74); }
H1.HeaderClassName
{
color: #F9344A;
}
.AnyTagClassName
{
color: #F9344A;
}
</style>
background-color css
<style>
a { background-color: #F9344A; }
a { background-color: rgb(249,52,74); }
div.DivClassName
{
background-color: #F9344A;
}
.BgClassName
{
background-color: #F9344A;
}
</style>
border-color css
<style>
span { border-color: #F9344A; }
span { border-color: rgb(249,52,74); }
td.TdClassName
{
border-color: #F9344A;
}
.TagClassName
{
border-color: #F9344A;
}
</style>