Shades of Pink Flamingo #FF50FE
Tints of Pink Flamingo #FF50FE
RGB
CMYK
RGB Variations
Color information
#FF50FE (or 0xFF50FE) is known color: Pink Flamingo. HEX triplet: FF, 50 and FE. RGB value is (255,80,254). Sum of RGB (Red+Green+Blue) = 255+80+254=589 (78% of max value = 765). Red value is 255 (100% from 255 or 43.29% from 589); Green value is 80 (31.64% from 255 or 13.58% from 589); Blue value is 254 (99.61% from 255 or 43.12% from 589); Max value from RGB is 255 - color contains mainly: red. Hex color #FF50FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF50FE is #00AF01. Grayscale: #979797. Windows color (decimal): -44802 or 16666879. OLE color: 16666879.
HSL color Cylindrical-coordinate representation of color #FF50FE: hue angle of 300.34º 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 #FF50FE is Cyan = 0, Magento = 0.69, Yellow = 0.00 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 80 | 254 | - |
| CMYK | 0 | 0.69 | 0.00 | 0 |
| HSL | 300.34º | 1% | 0.66% | - |
| HSV(B) | 300.34º | 0.69% | 1% | - |
| XYZ | 62 | 34.15 | 97.09 | - |
| YUV | 152.16 | 185.48 | 201.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 80 | 254 | 0 | 0.69 | 0.00 | 0 | 300.34 | 1 | 0.66 |
| Hex | FF | 50 | FE | 0 | 45 | 0 | 0 | 12C | 64 | 42 |
| Octal | 377 | 120 | 376 | 0 | 105 | 0 | 0 | 454 | 144 | 102 |
| Binary | 11111111 | 1010000 | 11111110 | 0 | 1000101 | 0 | 0 | 100101100 | 1100100 | 1000010 |
Color Harmonies of #FF50FE
Complementary color
Monochromatic Colors of #FF50FE
Black with #FF50FE
Text Example
Text Example
White with #FF50FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF50FE; }
p { color: rgb(255,80,254); }
H1.HeaderClassName
{
color: #FF50FE;
}
.AnyTagClassName
{
color: #FF50FE;
}
</style>
background-color css
<style>
a { background-color: #FF50FE; }
a { background-color: rgb(255,80,254); }
div.DivClassName
{
background-color: #FF50FE;
}
.BgClassName
{
background-color: #FF50FE;
}
</style>
border-color css
<style>
span { border-color: #FF50FE; }
span { border-color: rgb(255,80,254); }
td.TdClassName
{
border-color: #FF50FE;
}
.TagClassName
{
border-color: #FF50FE;
}
</style>