Shades of Radical Red #FE345F
Tints of Radical Red #FE345F
RGB
CMYK
RGB Variations
Color information
#FE345F (or 0xFE345F) is known color: Radical Red. HEX triplet: FE, 34 and 5F. RGB value is (254,52,95). Sum of RGB (Red+Green+Blue) = 254+52+95=401 (53% of max value = 765). Red value is 254 (99.61% from 255 or 63.34% from 401); Green value is 52 (20.70% from 255 or 12.97% from 401); Blue value is 95 (37.5% from 255 or 23.69% from 401); Max value from RGB is 254 - color contains mainly: red. Hex color #FE345F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE345F is #01CBA0. Grayscale: #757575. Windows color (decimal): -117665 or 6239486. OLE color: 6239486.
HSL color Cylindrical-coordinate representation of color #FE345F: hue angle of 347.23º 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 #FE345F is Cyan = 0, Magento = 0.80, Yellow = 0.63 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 52 | 95 | - |
| CMYK | 0 | 0.80 | 0.63 | 0.00 |
| HSL | 347.23º | 0.99% | 0.6% | - |
| HSV(B) | 347.23º | 0.8% | 1% | - |
| XYZ | 44.17 | 24.35 | 13.2 | - |
| YUV | 117.3 | 115.42 | 225.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 52 | 95 | 0 | 0.80 | 0.63 | 0.00 | 347.23 | 0.99 | 0.6 |
| Hex | FE | 34 | 5F | 0 | 50 | 3F | 0 | 15B | 63 | 3C |
| Octal | 376 | 64 | 137 | 0 | 120 | 77 | 0 | 533 | 143 | 74 |
| Binary | 11111110 | 110100 | 1011111 | 0 | 1010000 | 111111 | 0 | 101011011 | 1100011 | 111100 |
Color Harmonies of #FE345F
Complementary color
Monochromatic Colors of #FE345F
Black with #FE345F
Text Example
Text Example
White with #FE345F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE345F; }
p { color: rgb(254,52,95); }
H1.HeaderClassName
{
color: #FE345F;
}
.AnyTagClassName
{
color: #FE345F;
}
</style>
background-color css
<style>
a { background-color: #FE345F; }
a { background-color: rgb(254,52,95); }
div.DivClassName
{
background-color: #FE345F;
}
.BgClassName
{
background-color: #FE345F;
}
</style>
border-color css
<style>
span { border-color: #FE345F; }
span { border-color: rgb(254,52,95); }
td.TdClassName
{
border-color: #FE345F;
}
.TagClassName
{
border-color: #FE345F;
}
</style>