Shades of Radical Red #F9314C
Tints of Radical Red #F9314C
RGB
CMYK
RGB Variations
Color information
#F9314C (or 0xF9314C) is known color: Radical Red. HEX triplet: F9, 31 and 4C. RGB value is (249,49,76). Sum of RGB (Red+Green+Blue) = 249+49+76=374 (49% of max value = 765). Red value is 249 (97.66% from 255 or 66.58% from 374); Green value is 49 (19.53% from 255 or 13.10% from 374); Blue value is 76 (30.08% from 255 or 20.32% from 374); Max value from RGB is 249 - color contains mainly: red. Hex color #F9314C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F9314C is #06CEB3. Grayscale: #6F6F6F. Windows color (decimal): -446132 or 4993529. OLE color: 4993529.
HSL color Cylindrical-coordinate representation of color #F9314C: hue angle of 351.9º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F9314C is Cyan = 0, Magento = 0.80, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 49 | 76 | - |
| CMYK | 0 | 0.80 | 0.69 | 0.02 |
| HSL | 351.9º | 0.94% | 0.58% | - |
| HSV(B) | 351.9º | 0.8% | 0.98% | - |
| XYZ | 41.47 | 22.86 | 9.06 | - |
| YUV | 111.88 | 107.76 | 225.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 49 | 76 | 0 | 0.80 | 0.69 | 0.02 | 351.9 | 0.94 | 0.58 |
| Hex | F9 | 31 | 4C | 0 | 50 | 45 | 2 | 160 | 5E | 3A |
| Octal | 371 | 61 | 114 | 0 | 120 | 105 | 2 | 540 | 136 | 72 |
| Binary | 11111001 | 110001 | 1001100 | 0 | 1010000 | 1000101 | 10 | 101100000 | 1011110 | 111010 |
Color Harmonies of #F9314C
Complementary color
Monochromatic Colors of #F9314C
Black with #F9314C
Text Example
Text Example
White with #F9314C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9314C; }
p { color: rgb(249,49,76); }
H1.HeaderClassName
{
color: #F9314C;
}
.AnyTagClassName
{
color: #F9314C;
}
</style>
background-color css
<style>
a { background-color: #F9314C; }
a { background-color: rgb(249,49,76); }
div.DivClassName
{
background-color: #F9314C;
}
.BgClassName
{
background-color: #F9314C;
}
</style>
border-color css
<style>
span { border-color: #F9314C; }
span { border-color: rgb(249,49,76); }
td.TdClassName
{
border-color: #F9314C;
}
.TagClassName
{
border-color: #F9314C;
}
</style>