Shades of Radical Red #FE2B6A
Tints of Radical Red #FE2B6A
RGB
CMYK
RGB Variations
Color information
#FE2B6A (or 0xFE2B6A) is known color: Radical Red. HEX triplet: FE, 2B and 6A. RGB value is (254,43,106). Sum of RGB (Red+Green+Blue) = 254+43+106=403 (53% of max value = 765). Red value is 254 (99.61% from 255 or 63.03% from 403); Green value is 43 (17.19% from 255 or 10.67% from 403); Blue value is 106 (41.80% from 255 or 26.30% from 403); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2B6A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE2B6A is #01D495. Grayscale: #717171. Windows color (decimal): -119958 or 6958078. OLE color: 6958078.
HSL color Cylindrical-coordinate representation of color #FE2B6A: hue angle of 342.09º 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 #FE2B6A is Cyan = 0, Magento = 0.83, Yellow = 0.58 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 43 | 106 | - |
| CMYK | 0 | 0.83 | 0.58 | 0.00 |
| HSL | 342.09º | 0.99% | 0.58% | - |
| HSV(B) | 342.09º | 0.83% | 1% | - |
| XYZ | 44.34 | 23.84 | 15.9 | - |
| YUV | 113.27 | 123.9 | 228.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 43 | 106 | 0 | 0.83 | 0.58 | 0.00 | 342.09 | 0.99 | 0.58 |
| Hex | FE | 2B | 6A | 0 | 53 | 3A | 0 | 156 | 63 | 3A |
| Octal | 376 | 53 | 152 | 0 | 123 | 72 | 0 | 526 | 143 | 72 |
| Binary | 11111110 | 101011 | 1101010 | 0 | 1010011 | 111010 | 0 | 101010110 | 1100011 | 111010 |
Color Harmonies of #FE2B6A
Complementary color
Monochromatic Colors of #FE2B6A
Black with #FE2B6A
Text Example
Text Example
White with #FE2B6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2B6A; }
p { color: rgb(254,43,106); }
H1.HeaderClassName
{
color: #FE2B6A;
}
.AnyTagClassName
{
color: #FE2B6A;
}
</style>
background-color css
<style>
a { background-color: #FE2B6A; }
a { background-color: rgb(254,43,106); }
div.DivClassName
{
background-color: #FE2B6A;
}
.BgClassName
{
background-color: #FE2B6A;
}
</style>
border-color css
<style>
span { border-color: #FE2B6A; }
span { border-color: rgb(254,43,106); }
td.TdClassName
{
border-color: #FE2B6A;
}
.TagClassName
{
border-color: #FE2B6A;
}
</style>