Shades of Radical Red #FE2B66
Tints of Radical Red #FE2B66
RGB
CMYK
RGB Variations
Color information
#FE2B66 (or 0xFE2B66) is known color: Radical Red. HEX triplet: FE, 2B and 66. RGB value is (254,43,102). Sum of RGB (Red+Green+Blue) = 254+43+102=399 (52% of max value = 765). Red value is 254 (99.61% from 255 or 63.66% from 399); Green value is 43 (17.19% from 255 or 10.78% from 399); Blue value is 102 (40.23% from 255 or 25.56% from 399); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2B66 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE2B66 is #01D499. Grayscale: #707070. Windows color (decimal): -119962 or 6695934. OLE color: 6695934.
HSL color Cylindrical-coordinate representation of color #FE2B66: hue angle of 343.22º 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 #FE2B66 is Cyan = 0, Magento = 0.83, Yellow = 0.60 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 43 | 102 | - |
| CMYK | 0 | 0.83 | 0.60 | 0.00 |
| HSL | 343.22º | 0.99% | 0.58% | - |
| HSV(B) | 343.22º | 0.83% | 1% | - |
| XYZ | 44.14 | 23.76 | 14.83 | - |
| YUV | 112.82 | 121.9 | 228.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 43 | 102 | 0 | 0.83 | 0.60 | 0.00 | 343.22 | 0.99 | 0.58 |
| Hex | FE | 2B | 66 | 0 | 53 | 3C | 0 | 157 | 63 | 3A |
| Octal | 376 | 53 | 146 | 0 | 123 | 74 | 0 | 527 | 143 | 72 |
| Binary | 11111110 | 101011 | 1100110 | 0 | 1010011 | 111100 | 0 | 101010111 | 1100011 | 111010 |
Color Harmonies of #FE2B66
Complementary color
Monochromatic Colors of #FE2B66
Black with #FE2B66
Text Example
Text Example
White with #FE2B66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2B66; }
p { color: rgb(254,43,102); }
H1.HeaderClassName
{
color: #FE2B66;
}
.AnyTagClassName
{
color: #FE2B66;
}
</style>
background-color css
<style>
a { background-color: #FE2B66; }
a { background-color: rgb(254,43,102); }
div.DivClassName
{
background-color: #FE2B66;
}
.BgClassName
{
background-color: #FE2B66;
}
</style>
border-color css
<style>
span { border-color: #FE2B66; }
span { border-color: rgb(254,43,102); }
td.TdClassName
{
border-color: #FE2B66;
}
.TagClassName
{
border-color: #FE2B66;
}
</style>