Shades of Pink Flamingo #FE4BEA
Tints of Pink Flamingo #FE4BEA
RGB
CMYK
RGB Variations
Color information
#FE4BEA (or 0xFE4BEA) is known color: Pink Flamingo. HEX triplet: FE, 4B and EA. RGB value is (254,75,234). Sum of RGB (Red+Green+Blue) = 254+75+234=563 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.12% from 563); Green value is 75 (29.69% from 255 or 13.32% from 563); Blue value is 234 (91.80% from 255 or 41.56% from 563); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4BEA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE4BEA is #01B415. Grayscale: #929292. Windows color (decimal): -111638 or 15354878. OLE color: 15354878.
HSL color Cylindrical-coordinate representation of color #FE4BEA: hue angle of 306.7º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FE4BEA is Cyan = 0, Magento = 0.70, Yellow = 0.08 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 75 | 234 | - |
| CMYK | 0 | 0.70 | 0.08 | 0.00 |
| HSL | 306.7º | 0.99% | 0.65% | - |
| HSV(B) | 306.7º | 0.7% | 1% | - |
| XYZ | 58.24 | 32.04 | 80.96 | - |
| YUV | 146.65 | 177.3 | 204.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 75 | 234 | 0 | 0.70 | 0.08 | 0.00 | 306.7 | 0.99 | 0.65 |
| Hex | FE | 4B | EA | 0 | 46 | 8 | 0 | 133 | 63 | 41 |
| Octal | 376 | 113 | 352 | 0 | 106 | 10 | 0 | 463 | 143 | 101 |
| Binary | 11111110 | 1001011 | 11101010 | 0 | 1000110 | 1000 | 0 | 100110011 | 1100011 | 1000001 |
Color Harmonies of #FE4BEA
Complementary color
Monochromatic Colors of #FE4BEA
Black with #FE4BEA
Text Example
Text Example
White with #FE4BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4BEA; }
p { color: rgb(254,75,234); }
H1.HeaderClassName
{
color: #FE4BEA;
}
.AnyTagClassName
{
color: #FE4BEA;
}
</style>
background-color css
<style>
a { background-color: #FE4BEA; }
a { background-color: rgb(254,75,234); }
div.DivClassName
{
background-color: #FE4BEA;
}
.BgClassName
{
background-color: #FE4BEA;
}
</style>
border-color css
<style>
span { border-color: #FE4BEA; }
span { border-color: rgb(254,75,234); }
td.TdClassName
{
border-color: #FE4BEA;
}
.TagClassName
{
border-color: #FE4BEA;
}
</style>