Shades of Radical Red #F94153
Tints of Radical Red #F94153
RGB
CMYK
RGB Variations
Color information
#F94153 (or 0xF94153) is known color: Radical Red. HEX triplet: F9, 41 and 53. RGB value is (249,65,83). Sum of RGB (Red+Green+Blue) = 249+65+83=397 (52% of max value = 765). Red value is 249 (97.66% from 255 or 62.72% from 397); Green value is 65 (25.78% from 255 or 16.37% from 397); Blue value is 83 (32.81% from 255 or 20.91% from 397); Max value from RGB is 249 - color contains mainly: red. Hex color #F94153 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F94153 is #06BEAC. Grayscale: #7A7A7A. Windows color (decimal): -442029 or 5456377. OLE color: 5456377.
HSL color Cylindrical-coordinate representation of color #F94153: hue angle of 354.13º 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 #F94153 is Cyan = 0, Magento = 0.74, Yellow = 0.67 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 65 | 83 | - |
| CMYK | 0 | 0.74 | 0.67 | 0.02 |
| HSL | 354.13º | 0.94% | 0.62% | - |
| HSV(B) | 354.13º | 0.74% | 0.98% | - |
| XYZ | 42.52 | 24.54 | 10.68 | - |
| YUV | 122.07 | 105.96 | 218.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 65 | 83 | 0 | 0.74 | 0.67 | 0.02 | 354.13 | 0.94 | 0.62 |
| Hex | F9 | 41 | 53 | 0 | 4A | 43 | 2 | 162 | 5E | 3E |
| Octal | 371 | 101 | 123 | 0 | 112 | 103 | 2 | 542 | 136 | 76 |
| Binary | 11111001 | 1000001 | 1010011 | 0 | 1001010 | 1000011 | 10 | 101100010 | 1011110 | 111110 |
Color Harmonies of #F94153
Complementary color
Monochromatic Colors of #F94153
Black with #F94153
Text Example
Text Example
White with #F94153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F94153; }
p { color: rgb(249,65,83); }
H1.HeaderClassName
{
color: #F94153;
}
.AnyTagClassName
{
color: #F94153;
}
</style>
background-color css
<style>
a { background-color: #F94153; }
a { background-color: rgb(249,65,83); }
div.DivClassName
{
background-color: #F94153;
}
.BgClassName
{
background-color: #F94153;
}
</style>
border-color css
<style>
span { border-color: #F94153; }
span { border-color: rgb(249,65,83); }
td.TdClassName
{
border-color: #F94153;
}
.TagClassName
{
border-color: #F94153;
}
</style>