Shades of Pink Flamingo #FF50FD
Tints of Pink Flamingo #FF50FD
RGB
CMYK
RGB Variations
Color information
#FF50FD (or 0xFF50FD) is known color: Pink Flamingo. HEX triplet: FF, 50 and FD. RGB value is (255,80,253). Sum of RGB (Red+Green+Blue) = 255+80+253=588 (77% of max value = 765). Red value is 255 (100% from 255 or 43.37% from 588); Green value is 80 (31.64% from 255 or 13.61% from 588); Blue value is 253 (99.22% from 255 or 43.03% from 588); Max value from RGB is 255 - color contains mainly: red. Hex color #FF50FD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF50FD is #00AF02. Grayscale: #979797. Windows color (decimal): -44803 or 16601343. OLE color: 16601343.
HSL color Cylindrical-coordinate representation of color #FF50FD: hue angle of 300.69º 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 #FF50FD is Cyan = 0, Magento = 0.69, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 80 | 253 | - |
| CMYK | 0 | 0.69 | 0.01 | 0 |
| HSL | 300.69º | 1% | 0.66% | - |
| HSV(B) | 300.69º | 0.69% | 1% | - |
| XYZ | 61.84 | 34.09 | 96.25 | - |
| YUV | 152.05 | 184.98 | 201.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 80 | 253 | 0 | 0.69 | 0.01 | 0 | 300.69 | 1 | 0.66 |
| Hex | FF | 50 | FD | 0 | 45 | 1 | 0 | 12D | 64 | 42 |
| Octal | 377 | 120 | 375 | 0 | 105 | 1 | 0 | 455 | 144 | 102 |
| Binary | 11111111 | 1010000 | 11111101 | 0 | 1000101 | 1 | 0 | 100101101 | 1100100 | 1000010 |
Color Harmonies of #FF50FD
Complementary color
Monochromatic Colors of #FF50FD
Black with #FF50FD
Text Example
Text Example
White with #FF50FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF50FD; }
p { color: rgb(255,80,253); }
H1.HeaderClassName
{
color: #FF50FD;
}
.AnyTagClassName
{
color: #FF50FD;
}
</style>
background-color css
<style>
a { background-color: #FF50FD; }
a { background-color: rgb(255,80,253); }
div.DivClassName
{
background-color: #FF50FD;
}
.BgClassName
{
background-color: #FF50FD;
}
</style>
border-color css
<style>
span { border-color: #FF50FD; }
span { border-color: rgb(255,80,253); }
td.TdClassName
{
border-color: #FF50FD;
}
.TagClassName
{
border-color: #FF50FD;
}
</style>