Shades of Radical Red #F14454
Tints of Radical Red #F14454
RGB
CMYK
RGB Variations
Color information
#F14454 (or 0xF14454) is known color: Radical Red. HEX triplet: F1, 44 and 54. RGB value is (241,68,84). Sum of RGB (Red+Green+Blue) = 241+68+84=393 (52% of max value = 765). Red value is 241 (94.53% from 255 or 61.32% from 393); Green value is 68 (26.95% from 255 or 17.30% from 393); Blue value is 84 (33.20% from 255 or 21.37% from 393); Max value from RGB is 241 - color contains mainly: red. Hex color #F14454 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F14454 is #0EBBAB. Grayscale: #797979. Windows color (decimal): -965548 or 5522673. OLE color: 5522673.
HSL color Cylindrical-coordinate representation of color #F14454: hue angle of 354.45º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F14454 is Cyan = 0, Magento = 0.72, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 68 | 84 | - |
| CMYK | 0 | 0.72 | 0.65 | 0.05 |
| HSL | 354.45º | 0.86% | 0.61% | - |
| HSV(B) | 354.45º | 0.72% | 0.95% | - |
| XYZ | 39.94 | 23.48 | 10.81 | - |
| YUV | 121.55 | 106.81 | 213.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 68 | 84 | 0 | 0.72 | 0.65 | 0.05 | 354.45 | 0.86 | 0.61 |
| Hex | F1 | 44 | 54 | 0 | 48 | 41 | 5 | 162 | 56 | 3D |
| Octal | 361 | 104 | 124 | 0 | 110 | 101 | 5 | 542 | 126 | 75 |
| Binary | 11110001 | 1000100 | 1010100 | 0 | 1001000 | 1000001 | 101 | 101100010 | 1010110 | 111101 |
Color Harmonies of #F14454
Complementary color
Monochromatic Colors of #F14454
Black with #F14454
Text Example
Text Example
White with #F14454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F14454; }
p { color: rgb(241,68,84); }
H1.HeaderClassName
{
color: #F14454;
}
.AnyTagClassName
{
color: #F14454;
}
</style>
background-color css
<style>
a { background-color: #F14454; }
a { background-color: rgb(241,68,84); }
div.DivClassName
{
background-color: #F14454;
}
.BgClassName
{
background-color: #F14454;
}
</style>
border-color css
<style>
span { border-color: #F14454; }
span { border-color: rgb(241,68,84); }
td.TdClassName
{
border-color: #F14454;
}
.TagClassName
{
border-color: #F14454;
}
</style>