Shades of Radical Red #F94145
Tints of Radical Red #F94145
RGB
CMYK
RGB Variations
Color information
#F94145 (or 0xF94145) is known color: Radical Red. HEX triplet: F9, 41 and 45. RGB value is (249,65,69). Sum of RGB (Red+Green+Blue) = 249+65+69=383 (50% of max value = 765). Red value is 249 (97.66% from 255 or 65.01% from 383); Green value is 65 (25.78% from 255 or 16.97% from 383); Blue value is 69 (27.34% from 255 or 18.02% from 383); Max value from RGB is 249 - color contains mainly: red. Hex color #F94145 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F94145 is #06BEBA. Grayscale: #787878. Windows color (decimal): -442043 or 4538873. OLE color: 4538873.
HSL color Cylindrical-coordinate representation of color #F94145: hue angle of 358.7º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F94145 is Cyan = 0, Magento = 0.74, Yellow = 0.72 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 65 | 69 | - |
| CMYK | 0 | 0.74 | 0.72 | 0.02 |
| HSL | 358.7º | 0.94% | 0.62% | - |
| HSV(B) | 358.7º | 0.74% | 0.98% | - |
| XYZ | 42.03 | 24.35 | 8.11 | - |
| YUV | 120.47 | 98.96 | 219.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 65 | 69 | 0 | 0.74 | 0.72 | 0.02 | 358.7 | 0.94 | 0.62 |
| Hex | F9 | 41 | 45 | 0 | 4A | 48 | 2 | 167 | 5E | 3E |
| Octal | 371 | 101 | 105 | 0 | 112 | 110 | 2 | 547 | 136 | 76 |
| Binary | 11111001 | 1000001 | 1000101 | 0 | 1001010 | 1001000 | 10 | 101100111 | 1011110 | 111110 |
Color Harmonies of #F94145
Complementary color
Monochromatic Colors of #F94145
Black with #F94145
Text Example
Text Example
White with #F94145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F94145; }
p { color: rgb(249,65,69); }
H1.HeaderClassName
{
color: #F94145;
}
.AnyTagClassName
{
color: #F94145;
}
</style>
background-color css
<style>
a { background-color: #F94145; }
a { background-color: rgb(249,65,69); }
div.DivClassName
{
background-color: #F94145;
}
.BgClassName
{
background-color: #F94145;
}
</style>
border-color css
<style>
span { border-color: #F94145; }
span { border-color: rgb(249,65,69); }
td.TdClassName
{
border-color: #F94145;
}
.TagClassName
{
border-color: #F94145;
}
</style>