Shades of Radical Red #FE2B6C
Tints of Radical Red #FE2B6C
RGB
CMYK
RGB Variations
Color information
#FE2B6C (or 0xFE2B6C) is known color: Radical Red. HEX triplet: FE, 2B and 6C. RGB value is (254,43,108). Sum of RGB (Red+Green+Blue) = 254+43+108=405 (53% of max value = 765). Red value is 254 (99.61% from 255 or 62.72% from 405); Green value is 43 (17.19% from 255 or 10.62% from 405); Blue value is 108 (42.58% from 255 or 26.67% from 405); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2B6C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE2B6C is #01D493. Grayscale: #717171. Windows color (decimal): -119956 or 7089150. OLE color: 7089150.
HSL color Cylindrical-coordinate representation of color #FE2B6C: hue angle of 341.52º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FE2B6C is Cyan = 0, Magento = 0.83, Yellow = 0.57 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 43 | 108 | - |
| CMYK | 0 | 0.83 | 0.57 | 0.00 |
| HSL | 341.52º | 0.99% | 0.58% | - |
| HSV(B) | 341.52º | 0.83% | 1% | - |
| XYZ | 44.44 | 23.88 | 16.45 | - |
| YUV | 113.5 | 124.9 | 228.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 43 | 108 | 0 | 0.83 | 0.57 | 0.00 | 341.52 | 0.99 | 0.58 |
| Hex | FE | 2B | 6C | 0 | 53 | 39 | 0 | 156 | 63 | 3A |
| Octal | 376 | 53 | 154 | 0 | 123 | 71 | 0 | 526 | 143 | 72 |
| Binary | 11111110 | 101011 | 1101100 | 0 | 1010011 | 111001 | 0 | 101010110 | 1100011 | 111010 |
Color Harmonies of #FE2B6C
Complementary color
Monochromatic Colors of #FE2B6C
Black with #FE2B6C
Text Example
Text Example
White with #FE2B6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2B6C; }
p { color: rgb(254,43,108); }
H1.HeaderClassName
{
color: #FE2B6C;
}
.AnyTagClassName
{
color: #FE2B6C;
}
</style>
background-color css
<style>
a { background-color: #FE2B6C; }
a { background-color: rgb(254,43,108); }
div.DivClassName
{
background-color: #FE2B6C;
}
.BgClassName
{
background-color: #FE2B6C;
}
</style>
border-color css
<style>
span { border-color: #FE2B6C; }
span { border-color: rgb(254,43,108); }
td.TdClassName
{
border-color: #FE2B6C;
}
.TagClassName
{
border-color: #FE2B6C;
}
</style>