Shades of Radical Red #FE3C6D
Tints of Radical Red #FE3C6D
RGB
CMYK
RGB Variations
Color information
#FE3C6D (or 0xFE3C6D) is known color: Radical Red. HEX triplet: FE, 3C and 6D. RGB value is (254,60,109). Sum of RGB (Red+Green+Blue) = 254+60+109=423 (56% of max value = 765). Red value is 254 (99.61% from 255 or 60.05% from 423); Green value is 60 (23.83% from 255 or 14.18% from 423); Blue value is 109 (42.97% from 255 or 25.77% from 423); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3C6D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE3C6D is #01C392. Grayscale: #7B7B7B. Windows color (decimal): -115603 or 7159038. OLE color: 7159038.
HSL color Cylindrical-coordinate representation of color #FE3C6D: hue angle of 344.85º 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 #FE3C6D is Cyan = 0, Magento = 0.76, Yellow = 0.57 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 60 | 109 | - |
| CMYK | 0 | 0.76 | 0.57 | 0.00 |
| HSL | 344.85º | 0.99% | 0.62% | - |
| HSV(B) | 344.85º | 0.76% | 1% | - |
| XYZ | 45.25 | 25.41 | 16.99 | - |
| YUV | 123.59 | 119.77 | 221.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 60 | 109 | 0 | 0.76 | 0.57 | 0.00 | 344.85 | 0.99 | 0.62 |
| Hex | FE | 3C | 6D | 0 | 4C | 39 | 0 | 159 | 63 | 3E |
| Octal | 376 | 74 | 155 | 0 | 114 | 71 | 0 | 531 | 143 | 76 |
| Binary | 11111110 | 111100 | 1101101 | 0 | 1001100 | 111001 | 0 | 101011001 | 1100011 | 111110 |
Color Harmonies of #FE3C6D
Complementary color
Monochromatic Colors of #FE3C6D
Black with #FE3C6D
Text Example
Text Example
White with #FE3C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3C6D; }
p { color: rgb(254,60,109); }
H1.HeaderClassName
{
color: #FE3C6D;
}
.AnyTagClassName
{
color: #FE3C6D;
}
</style>
background-color css
<style>
a { background-color: #FE3C6D; }
a { background-color: rgb(254,60,109); }
div.DivClassName
{
background-color: #FE3C6D;
}
.BgClassName
{
background-color: #FE3C6D;
}
</style>
border-color css
<style>
span { border-color: #FE3C6D; }
span { border-color: rgb(254,60,109); }
td.TdClassName
{
border-color: #FE3C6D;
}
.TagClassName
{
border-color: #FE3C6D;
}
</style>