Shades of Radical Red #FE445C
Tints of Radical Red #FE445C
RGB
CMYK
RGB Variations
Color information
#FE445C (or 0xFE445C) is known color: Radical Red. HEX triplet: FE, 44 and 5C. RGB value is (254,68,92). Sum of RGB (Red+Green+Blue) = 254+68+92=414 (54% of max value = 765). Red value is 254 (99.61% from 255 or 61.35% from 414); Green value is 68 (26.95% from 255 or 16.43% from 414); Blue value is 92 (36.33% from 255 or 22.22% from 414); Max value from RGB is 254 - color contains mainly: red. Hex color #FE445C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE445C is #01BBA3. Grayscale: #7E7E7E. Windows color (decimal): -113572 or 6046974. OLE color: 6046974.
HSL color Cylindrical-coordinate representation of color #FE445C: hue angle of 352.26º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FE445C is Cyan = 0, Magento = 0.73, Yellow = 0.64 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 68 | 92 | - |
| CMYK | 0 | 0.73 | 0.64 | 0.00 |
| HSL | 352.26º | 0.99% | 0.63% | - |
| HSV(B) | 352.26º | 0.73% | 1% | - |
| XYZ | 44.87 | 25.98 | 12.77 | - |
| YUV | 126.35 | 108.62 | 219.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 68 | 92 | 0 | 0.73 | 0.64 | 0.00 | 352.26 | 0.99 | 0.63 |
| Hex | FE | 44 | 5C | 0 | 49 | 40 | 0 | 160 | 63 | 3F |
| Octal | 376 | 104 | 134 | 0 | 111 | 100 | 0 | 540 | 143 | 77 |
| Binary | 11111110 | 1000100 | 1011100 | 0 | 1001001 | 1000000 | 0 | 101100000 | 1100011 | 111111 |
Color Harmonies of #FE445C
Complementary color
Monochromatic Colors of #FE445C
Black with #FE445C
Text Example
Text Example
White with #FE445C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE445C; }
p { color: rgb(254,68,92); }
H1.HeaderClassName
{
color: #FE445C;
}
.AnyTagClassName
{
color: #FE445C;
}
</style>
background-color css
<style>
a { background-color: #FE445C; }
a { background-color: rgb(254,68,92); }
div.DivClassName
{
background-color: #FE445C;
}
.BgClassName
{
background-color: #FE445C;
}
</style>
border-color css
<style>
span { border-color: #FE445C; }
span { border-color: rgb(254,68,92); }
td.TdClassName
{
border-color: #FE445C;
}
.TagClassName
{
border-color: #FE445C;
}
</style>