Shades of Radical Red #FE2B6D
Tints of Radical Red #FE2B6D
RGB
CMYK
RGB Variations
Color information
#FE2B6D (or 0xFE2B6D) is known color: Radical Red. HEX triplet: FE, 2B and 6D. RGB value is (254,43,109). Sum of RGB (Red+Green+Blue) = 254+43+109=406 (53% of max value = 765). Red value is 254 (99.61% from 255 or 62.56% from 406); Green value is 43 (17.19% from 255 or 10.59% from 406); Blue value is 109 (42.97% from 255 or 26.85% from 406); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2B6D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE2B6D is #01D492. Grayscale: #717171. Windows color (decimal): -119955 or 7154686. OLE color: 7154686.
HSL color Cylindrical-coordinate representation of color #FE2B6D: hue angle of 341.23º 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 #FE2B6D is Cyan = 0, Magento = 0.83, Yellow = 0.57 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 43 | 109 | - |
| CMYK | 0 | 0.83 | 0.57 | 0.00 |
| HSL | 341.23º | 0.99% | 0.58% | - |
| HSV(B) | 341.23º | 0.83% | 1% | - |
| XYZ | 44.5 | 23.9 | 16.74 | - |
| YUV | 113.61 | 125.4 | 228.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 43 | 109 | 0 | 0.83 | 0.57 | 0.00 | 341.23 | 0.99 | 0.58 |
| Hex | FE | 2B | 6D | 0 | 53 | 39 | 0 | 155 | 63 | 3A |
| Octal | 376 | 53 | 155 | 0 | 123 | 71 | 0 | 525 | 143 | 72 |
| Binary | 11111110 | 101011 | 1101101 | 0 | 1010011 | 111001 | 0 | 101010101 | 1100011 | 111010 |
Color Harmonies of #FE2B6D
Complementary color
Monochromatic Colors of #FE2B6D
Black with #FE2B6D
Text Example
Text Example
White with #FE2B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2B6D; }
p { color: rgb(254,43,109); }
H1.HeaderClassName
{
color: #FE2B6D;
}
.AnyTagClassName
{
color: #FE2B6D;
}
</style>
background-color css
<style>
a { background-color: #FE2B6D; }
a { background-color: rgb(254,43,109); }
div.DivClassName
{
background-color: #FE2B6D;
}
.BgClassName
{
background-color: #FE2B6D;
}
</style>
border-color css
<style>
span { border-color: #FE2B6D; }
span { border-color: rgb(254,43,109); }
td.TdClassName
{
border-color: #FE2B6D;
}
.TagClassName
{
border-color: #FE2B6D;
}
</style>