Shades of Radical Red #F9345A
Tints of Radical Red #F9345A
RGB
CMYK
RGB Variations
Color information
#F9345A (or 0xF9345A) is known color: Radical Red. HEX triplet: F9, 34 and 5A. RGB value is (249,52,90). Sum of RGB (Red+Green+Blue) = 249+52+90=391 (51% of max value = 765). Red value is 249 (97.66% from 255 or 63.68% from 391); Green value is 52 (20.70% from 255 or 13.30% from 391); Blue value is 90 (35.55% from 255 or 23.02% from 391); Max value from RGB is 249 - color contains mainly: red. Hex color #F9345A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F9345A is #06CBA5. Grayscale: #737373. Windows color (decimal): -445350 or 5911801. OLE color: 5911801.
HSL color Cylindrical-coordinate representation of color #F9345A: hue angle of 348.43º 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 #F9345A is Cyan = 0, Magento = 0.79, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 52 | 90 | - |
| CMYK | 0 | 0.79 | 0.64 | 0.02 |
| HSL | 348.43º | 0.94% | 0.59% | - |
| HSV(B) | 348.43º | 0.79% | 0.98% | - |
| XYZ | 42.14 | 23.33 | 11.96 | - |
| YUV | 115.24 | 113.77 | 223.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 52 | 90 | 0 | 0.79 | 0.64 | 0.02 | 348.43 | 0.94 | 0.59 |
| Hex | F9 | 34 | 5A | 0 | 4F | 40 | 2 | 15C | 5E | 3B |
| Octal | 371 | 64 | 132 | 0 | 117 | 100 | 2 | 534 | 136 | 73 |
| Binary | 11111001 | 110100 | 1011010 | 0 | 1001111 | 1000000 | 10 | 101011100 | 1011110 | 111011 |
Color Harmonies of #F9345A
Complementary color
Monochromatic Colors of #F9345A
Black with #F9345A
Text Example
Text Example
White with #F9345A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9345A; }
p { color: rgb(249,52,90); }
H1.HeaderClassName
{
color: #F9345A;
}
.AnyTagClassName
{
color: #F9345A;
}
</style>
background-color css
<style>
a { background-color: #F9345A; }
a { background-color: rgb(249,52,90); }
div.DivClassName
{
background-color: #F9345A;
}
.BgClassName
{
background-color: #F9345A;
}
</style>
border-color css
<style>
span { border-color: #F9345A; }
span { border-color: rgb(249,52,90); }
td.TdClassName
{
border-color: #F9345A;
}
.TagClassName
{
border-color: #F9345A;
}
</style>