Shades of Radical Red #F94155
Tints of Radical Red #F94155
RGB
CMYK
RGB Variations
Color information
#F94155 (or 0xF94155) is known color: Radical Red. HEX triplet: F9, 41 and 55. RGB value is (249,65,85). Sum of RGB (Red+Green+Blue) = 249+65+85=399 (52% of max value = 765). Red value is 249 (97.66% from 255 or 62.41% from 399); Green value is 65 (25.78% from 255 or 16.29% from 399); Blue value is 85 (33.59% from 255 or 21.30% from 399); Max value from RGB is 249 - color contains mainly: red. Hex color #F94155 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F94155 is #06BEAA. Grayscale: #7A7A7A. Windows color (decimal): -442027 or 5587449. OLE color: 5587449.
HSL color Cylindrical-coordinate representation of color #F94155: hue angle of 353.48º 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 #F94155 is Cyan = 0, Magento = 0.74, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 65 | 85 | - |
| CMYK | 0 | 0.74 | 0.66 | 0.02 |
| HSL | 353.48º | 0.94% | 0.62% | - |
| HSV(B) | 353.48º | 0.74% | 0.98% | - |
| XYZ | 42.6 | 24.58 | 11.09 | - |
| YUV | 122.3 | 106.96 | 218.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 65 | 85 | 0 | 0.74 | 0.66 | 0.02 | 353.48 | 0.94 | 0.62 |
| Hex | F9 | 41 | 55 | 0 | 4A | 42 | 2 | 161 | 5E | 3E |
| Octal | 371 | 101 | 125 | 0 | 112 | 102 | 2 | 541 | 136 | 76 |
| Binary | 11111001 | 1000001 | 1010101 | 0 | 1001010 | 1000010 | 10 | 101100001 | 1011110 | 111110 |
Color Harmonies of #F94155
Complementary color
Monochromatic Colors of #F94155
Black with #F94155
Text Example
Text Example
White with #F94155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F94155; }
p { color: rgb(249,65,85); }
H1.HeaderClassName
{
color: #F94155;
}
.AnyTagClassName
{
color: #F94155;
}
</style>
background-color css
<style>
a { background-color: #F94155; }
a { background-color: rgb(249,65,85); }
div.DivClassName
{
background-color: #F94155;
}
.BgClassName
{
background-color: #F94155;
}
</style>
border-color css
<style>
span { border-color: #F94155; }
span { border-color: rgb(249,65,85); }
td.TdClassName
{
border-color: #F94155;
}
.TagClassName
{
border-color: #F94155;
}
</style>