Shades of Radical Red #F94345
Tints of Radical Red #F94345
RGB
CMYK
RGB Variations
Color information
#F94345 (or 0xF94345) is known color: Radical Red. HEX triplet: F9, 43 and 45. RGB value is (249,67,69). Sum of RGB (Red+Green+Blue) = 249+67+69=385 (50% of max value = 765). Red value is 249 (97.66% from 255 or 64.68% from 385); Green value is 67 (26.56% from 255 or 17.40% from 385); Blue value is 69 (27.34% from 255 or 17.92% from 385); Max value from RGB is 249 - color contains mainly: red. Hex color #F94345 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F94345 is #06BCBA. Grayscale: #797979. Windows color (decimal): -441531 or 4539385. OLE color: 4539385.
HSL color Cylindrical-coordinate representation of color #F94345: hue angle of 359.34º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F94345 is Cyan = 0, Magento = 0.73, Yellow = 0.72 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 67 | 69 | - |
| CMYK | 0 | 0.73 | 0.72 | 0.02 |
| HSL | 359.34º | 0.94% | 0.62% | - |
| HSV(B) | 359.34º | 0.73% | 0.98% | - |
| XYZ | 42.15 | 24.58 | 8.15 | - |
| YUV | 121.65 | 98.3 | 218.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 67 | 69 | 0 | 0.73 | 0.72 | 0.02 | 359.34 | 0.94 | 0.62 |
| Hex | F9 | 43 | 45 | 0 | 49 | 48 | 2 | 167 | 5E | 3E |
| Octal | 371 | 103 | 105 | 0 | 111 | 110 | 2 | 547 | 136 | 76 |
| Binary | 11111001 | 1000011 | 1000101 | 0 | 1001001 | 1001000 | 10 | 101100111 | 1011110 | 111110 |
Color Harmonies of #F94345
Complementary color
Monochromatic Colors of #F94345
Black with #F94345
Text Example
Text Example
White with #F94345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F94345; }
p { color: rgb(249,67,69); }
H1.HeaderClassName
{
color: #F94345;
}
.AnyTagClassName
{
color: #F94345;
}
</style>
background-color css
<style>
a { background-color: #F94345; }
a { background-color: rgb(249,67,69); }
div.DivClassName
{
background-color: #F94345;
}
.BgClassName
{
background-color: #F94345;
}
</style>
border-color css
<style>
span { border-color: #F94345; }
span { border-color: rgb(249,67,69); }
td.TdClassName
{
border-color: #F94345;
}
.TagClassName
{
border-color: #F94345;
}
</style>