Shades of Radical Red #FE3450
Tints of Radical Red #FE3450
RGB
CMYK
RGB Variations
Color information
#FE3450 (or 0xFE3450) is known color: Radical Red. HEX triplet: FE, 34 and 50. RGB value is (254,52,80). Sum of RGB (Red+Green+Blue) = 254+52+80=386 (51% of max value = 765). Red value is 254 (99.61% from 255 or 65.80% from 386); Green value is 52 (20.70% from 255 or 13.47% from 386); Blue value is 80 (31.64% from 255 or 20.73% from 386); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3450 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE3450 is #01CBAF. Grayscale: #737373. Windows color (decimal): -117680 or 5256446. OLE color: 5256446.
HSL color Cylindrical-coordinate representation of color #FE3450: hue angle of 351.68º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FE3450 is Cyan = 0, Magento = 0.80, Yellow = 0.69 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 52 | 80 | - |
| CMYK | 0 | 0.80 | 0.69 | 0.00 |
| HSL | 351.68º | 0.99% | 0.6% | - |
| HSV(B) | 351.68º | 0.8% | 1% | - |
| XYZ | 43.55 | 24.11 | 9.95 | - |
| YUV | 115.59 | 107.92 | 226.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 52 | 80 | 0 | 0.80 | 0.69 | 0.00 | 351.68 | 0.99 | 0.6 |
| Hex | FE | 34 | 50 | 0 | 50 | 45 | 0 | 160 | 63 | 3C |
| Octal | 376 | 64 | 120 | 0 | 120 | 105 | 0 | 540 | 143 | 74 |
| Binary | 11111110 | 110100 | 1010000 | 0 | 1010000 | 1000101 | 0 | 101100000 | 1100011 | 111100 |
Color Harmonies of #FE3450
Complementary color
Monochromatic Colors of #FE3450
Black with #FE3450
Text Example
Text Example
White with #FE3450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3450; }
p { color: rgb(254,52,80); }
H1.HeaderClassName
{
color: #FE3450;
}
.AnyTagClassName
{
color: #FE3450;
}
</style>
background-color css
<style>
a { background-color: #FE3450; }
a { background-color: rgb(254,52,80); }
div.DivClassName
{
background-color: #FE3450;
}
.BgClassName
{
background-color: #FE3450;
}
</style>
border-color css
<style>
span { border-color: #FE3450; }
span { border-color: rgb(254,52,80); }
td.TdClassName
{
border-color: #FE3450;
}
.TagClassName
{
border-color: #FE3450;
}
</style>