Shades of Radical Red #FE3C68
Tints of Radical Red #FE3C68
RGB
CMYK
RGB Variations
Color information
#FE3C68 (or 0xFE3C68) is known color: Radical Red. HEX triplet: FE, 3C and 68. RGB value is (254,60,104). Sum of RGB (Red+Green+Blue) = 254+60+104=418 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.77% from 418); Green value is 60 (23.83% from 255 or 14.35% from 418); Blue value is 104 (41.02% from 255 or 24.88% from 418); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3C68 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE3C68 is #01C397. Grayscale: #7B7B7B. Windows color (decimal): -115608 or 6831358. OLE color: 6831358.
HSL color Cylindrical-coordinate representation of color #FE3C68: hue angle of 346.39º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FE3C68 is Cyan = 0, Magento = 0.76, Yellow = 0.59 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 60 | 104 | - |
| CMYK | 0 | 0.76 | 0.59 | 0.00 |
| HSL | 346.39º | 0.99% | 0.62% | - |
| HSV(B) | 346.39º | 0.76% | 1% | - |
| XYZ | 44.99 | 25.3 | 15.61 | - |
| YUV | 123.02 | 117.27 | 221.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 60 | 104 | 0 | 0.76 | 0.59 | 0.00 | 346.39 | 0.99 | 0.62 |
| Hex | FE | 3C | 68 | 0 | 4C | 3B | 0 | 15A | 63 | 3E |
| Octal | 376 | 74 | 150 | 0 | 114 | 73 | 0 | 532 | 143 | 76 |
| Binary | 11111110 | 111100 | 1101000 | 0 | 1001100 | 111011 | 0 | 101011010 | 1100011 | 111110 |
Color Harmonies of #FE3C68
Complementary color
Monochromatic Colors of #FE3C68
Black with #FE3C68
Text Example
Text Example
White with #FE3C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3C68; }
p { color: rgb(254,60,104); }
H1.HeaderClassName
{
color: #FE3C68;
}
.AnyTagClassName
{
color: #FE3C68;
}
</style>
background-color css
<style>
a { background-color: #FE3C68; }
a { background-color: rgb(254,60,104); }
div.DivClassName
{
background-color: #FE3C68;
}
.BgClassName
{
background-color: #FE3C68;
}
</style>
border-color css
<style>
span { border-color: #FE3C68; }
span { border-color: rgb(254,60,104); }
td.TdClassName
{
border-color: #FE3C68;
}
.TagClassName
{
border-color: #FE3C68;
}
</style>