Shades of Radical Red #FE345C
Tints of Radical Red #FE345C
RGB
CMYK
RGB Variations
Color information
#FE345C (or 0xFE345C) is known color: Radical Red. HEX triplet: FE, 34 and 5C. RGB value is (254,52,92). Sum of RGB (Red+Green+Blue) = 254+52+92=398 (52% of max value = 765). Red value is 254 (99.61% from 255 or 63.82% from 398); Green value is 52 (20.70% from 255 or 13.07% from 398); Blue value is 92 (36.33% from 255 or 23.12% from 398); Max value from RGB is 254 - color contains mainly: red. Hex color #FE345C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE345C is #01CBA3. Grayscale: #757575. Windows color (decimal): -117668 or 6042878. OLE color: 6042878.
HSL color Cylindrical-coordinate representation of color #FE345C: hue angle of 348.12º 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 #FE345C is Cyan = 0, Magento = 0.80, Yellow = 0.64 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 52 | 92 | - |
| CMYK | 0 | 0.80 | 0.64 | 0.00 |
| HSL | 348.12º | 0.99% | 0.6% | - |
| HSV(B) | 348.12º | 0.8% | 1% | - |
| XYZ | 44.03 | 24.3 | 12.49 | - |
| YUV | 116.96 | 113.92 | 225.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 52 | 92 | 0 | 0.80 | 0.64 | 0.00 | 348.12 | 0.99 | 0.6 |
| Hex | FE | 34 | 5C | 0 | 50 | 40 | 0 | 15C | 63 | 3C |
| Octal | 376 | 64 | 134 | 0 | 120 | 100 | 0 | 534 | 143 | 74 |
| Binary | 11111110 | 110100 | 1011100 | 0 | 1010000 | 1000000 | 0 | 101011100 | 1100011 | 111100 |
Color Harmonies of #FE345C
Complementary color
Monochromatic Colors of #FE345C
Black with #FE345C
Text Example
Text Example
White with #FE345C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE345C; }
p { color: rgb(254,52,92); }
H1.HeaderClassName
{
color: #FE345C;
}
.AnyTagClassName
{
color: #FE345C;
}
</style>
background-color css
<style>
a { background-color: #FE345C; }
a { background-color: rgb(254,52,92); }
div.DivClassName
{
background-color: #FE345C;
}
.BgClassName
{
background-color: #FE345C;
}
</style>
border-color css
<style>
span { border-color: #FE345C; }
span { border-color: rgb(254,52,92); }
td.TdClassName
{
border-color: #FE345C;
}
.TagClassName
{
border-color: #FE345C;
}
</style>