Shades of Radical Red #F94355
Tints of Radical Red #F94355
RGB
CMYK
RGB Variations
Color information
#F94355 (or 0xF94355) is known color: Radical Red. HEX triplet: F9, 43 and 55. RGB value is (249,67,85). Sum of RGB (Red+Green+Blue) = 249+67+85=401 (53% of max value = 765). Red value is 249 (97.66% from 255 or 62.09% from 401); Green value is 67 (26.56% from 255 or 16.71% from 401); Blue value is 85 (33.59% from 255 or 21.20% from 401); Max value from RGB is 249 - color contains mainly: red. Hex color #F94355 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F94355 is #06BCAA. Grayscale: #7B7B7B. Windows color (decimal): -441515 or 5587961. OLE color: 5587961.
HSL color Cylindrical-coordinate representation of color #F94355: hue angle of 354.07º 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 #F94355 is Cyan = 0, Magento = 0.73, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 67 | 85 | - |
| CMYK | 0 | 0.73 | 0.66 | 0.02 |
| HSL | 354.07º | 0.94% | 0.62% | - |
| HSV(B) | 354.07º | 0.73% | 0.98% | - |
| XYZ | 42.71 | 24.81 | 11.13 | - |
| YUV | 123.47 | 106.3 | 217.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 67 | 85 | 0 | 0.73 | 0.66 | 0.02 | 354.07 | 0.94 | 0.62 |
| Hex | F9 | 43 | 55 | 0 | 49 | 42 | 2 | 162 | 5E | 3E |
| Octal | 371 | 103 | 125 | 0 | 111 | 102 | 2 | 542 | 136 | 76 |
| Binary | 11111001 | 1000011 | 1010101 | 0 | 1001001 | 1000010 | 10 | 101100010 | 1011110 | 111110 |
Color Harmonies of #F94355
Complementary color
Monochromatic Colors of #F94355
Black with #F94355
Text Example
Text Example
White with #F94355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F94355; }
p { color: rgb(249,67,85); }
H1.HeaderClassName
{
color: #F94355;
}
.AnyTagClassName
{
color: #F94355;
}
</style>
background-color css
<style>
a { background-color: #F94355; }
a { background-color: rgb(249,67,85); }
div.DivClassName
{
background-color: #F94355;
}
.BgClassName
{
background-color: #F94355;
}
</style>
border-color css
<style>
span { border-color: #F94355; }
span { border-color: rgb(249,67,85); }
td.TdClassName
{
border-color: #F94355;
}
.TagClassName
{
border-color: #F94355;
}
</style>