Shades of Pink Flamingo #FE50FF
Tints of Pink Flamingo #FE50FF
RGB
CMYK
RGB Variations
Color information
#FE50FF (or 0xFE50FF) is known color: Pink Flamingo. HEX triplet: FE, 50 and FF. RGB value is (254,80,255). Sum of RGB (Red+Green+Blue) = 254+80+255=589 (78% of max value = 765). Red value is 254 (99.61% from 255 or 43.12% from 589); Green value is 80 (31.64% from 255 or 13.58% from 589); Blue value is 255 (100% from 255 or 43.29% from 589); Max value from RGB is 255 - color contains mainly: blue. Hex color #FE50FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE50FF is #01AF00. Grayscale: #979797. Windows color (decimal): -110337 or 16732414. OLE color: 16732414.
HSL color Cylindrical-coordinate representation of color #FE50FF: hue angle of 299.66º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FE50FF is Cyan = 0.00, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 254 | 80 | 255 | - |
| CMYK | 0.00 | 0.69 | 0 | 0 |
| HSL | 299.66º | 1% | 0.66% | - |
| HSV(B) | 299.66º | 0.69% | 1% | - |
| XYZ | 61.79 | 34.03 | 97.92 | - |
| YUV | 151.98 | 186.15 | 200.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 80 | 255 | 0.00 | 0.69 | 0 | 0 | 299.66 | 1 | 0.66 |
| Hex | FE | 50 | FF | 0 | 45 | 0 | 0 | 12C | 64 | 42 |
| Octal | 376 | 120 | 377 | 0 | 105 | 0 | 0 | 454 | 144 | 102 |
| Binary | 11111110 | 1010000 | 11111111 | 0 | 1000101 | 0 | 0 | 100101100 | 1100100 | 1000010 |
Color Harmonies of #FE50FF
Complementary color
Monochromatic Colors of #FE50FF
Black with #FE50FF
Text Example
Text Example
White with #FE50FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE50FF; }
p { color: rgb(254,80,255); }
H1.HeaderClassName
{
color: #FE50FF;
}
.AnyTagClassName
{
color: #FE50FF;
}
</style>
background-color css
<style>
a { background-color: #FE50FF; }
a { background-color: rgb(254,80,255); }
div.DivClassName
{
background-color: #FE50FF;
}
.BgClassName
{
background-color: #FE50FF;
}
</style>
border-color css
<style>
span { border-color: #FE50FF; }
span { border-color: rgb(254,80,255); }
td.TdClassName
{
border-color: #FE50FF;
}
.TagClassName
{
border-color: #FE50FF;
}
</style>