Shades of Radical Red #FE1C6B
Tints of Radical Red #FE1C6B
RGB
CMYK
RGB Variations
Color information
#FE1C6B (or 0xFE1C6B) is known color: Radical Red. HEX triplet: FE, 1C and 6B. RGB value is (254,28,107). Sum of RGB (Red+Green+Blue) = 254+28+107=389 (51% of max value = 765). Red value is 254 (99.61% from 255 or 65.30% from 389); Green value is 28 (11.33% from 255 or 7.20% from 389); Blue value is 107 (42.19% from 255 or 27.51% from 389); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1C6B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE1C6B is #01E394. Grayscale: #686868. Windows color (decimal): -123797 or 7019774. OLE color: 7019774.
HSL color Cylindrical-coordinate representation of color #FE1C6B: hue angle of 339.03º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FE1C6B is Cyan = 0, Magento = 0.89, Yellow = 0.58 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 28 | 107 | - |
| CMYK | 0 | 0.89 | 0.58 | 0.00 |
| HSL | 339.03º | 0.99% | 0.55% | - |
| HSV(B) | 339.03º | 0.89% | 1% | - |
| XYZ | 43.94 | 22.96 | 16.03 | - |
| YUV | 104.58 | 129.37 | 234.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 28 | 107 | 0 | 0.89 | 0.58 | 0.00 | 339.03 | 0.99 | 0.55 |
| Hex | FE | 1C | 6B | 0 | 59 | 3A | 0 | 153 | 63 | 37 |
| Octal | 376 | 34 | 153 | 0 | 131 | 72 | 0 | 523 | 143 | 67 |
| Binary | 11111110 | 11100 | 1101011 | 0 | 1011001 | 111010 | 0 | 101010011 | 1100011 | 110111 |
Color Harmonies of #FE1C6B
Complementary color
Monochromatic Colors of #FE1C6B
Black with #FE1C6B
Text Example
Text Example
White with #FE1C6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1C6B; }
p { color: rgb(254,28,107); }
H1.HeaderClassName
{
color: #FE1C6B;
}
.AnyTagClassName
{
color: #FE1C6B;
}
</style>
background-color css
<style>
a { background-color: #FE1C6B; }
a { background-color: rgb(254,28,107); }
div.DivClassName
{
background-color: #FE1C6B;
}
.BgClassName
{
background-color: #FE1C6B;
}
</style>
border-color css
<style>
span { border-color: #FE1C6B; }
span { border-color: rgb(254,28,107); }
td.TdClassName
{
border-color: #FE1C6B;
}
.TagClassName
{
border-color: #FE1C6B;
}
</style>