Shades of Pink Flamingo #FD50FE
Tints of Pink Flamingo #FD50FE
RGB
CMYK
RGB Variations
Color information
#FD50FE (or 0xFD50FE) is known color: Pink Flamingo. HEX triplet: FD, 50 and FE. RGB value is (253,80,254). Sum of RGB (Red+Green+Blue) = 253+80+254=587 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.10% from 587); Green value is 80 (31.64% from 255 or 13.63% from 587); Blue value is 254 (99.61% from 255 or 43.27% from 587); Max value from RGB is 254 - color contains mainly: blue. Hex color #FD50FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FD50FE is #02AF01. Grayscale: #979797. Windows color (decimal): -175874 or 16666877. OLE color: 16666877.
HSL color Cylindrical-coordinate representation of color #FD50FE: hue angle of 299.66º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FD50FE is Cyan = 0.00, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 253 | 80 | 254 | - |
| CMYK | 0.00 | 0.69 | 0 | 0.00 |
| HSL | 299.66º | 0.99% | 0.65% | - |
| HSV(B) | 299.66º | 0.69% | 1% | - |
| XYZ | 61.27 | 33.78 | 97.06 | - |
| YUV | 151.56 | 185.81 | 200.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 80 | 254 | 0.00 | 0.69 | 0 | 0.00 | 299.66 | 0.99 | 0.65 |
| Hex | FD | 50 | FE | 0 | 45 | 0 | 0 | 12C | 63 | 41 |
| Octal | 375 | 120 | 376 | 0 | 105 | 0 | 0 | 454 | 143 | 101 |
| Binary | 11111101 | 1010000 | 11111110 | 0 | 1000101 | 0 | 0 | 100101100 | 1100011 | 1000001 |
Color Harmonies of #FD50FE
Complementary color
Monochromatic Colors of #FD50FE
Black with #FD50FE
Text Example
Text Example
White with #FD50FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD50FE; }
p { color: rgb(253,80,254); }
H1.HeaderClassName
{
color: #FD50FE;
}
.AnyTagClassName
{
color: #FD50FE;
}
</style>
background-color css
<style>
a { background-color: #FD50FE; }
a { background-color: rgb(253,80,254); }
div.DivClassName
{
background-color: #FD50FE;
}
.BgClassName
{
background-color: #FD50FE;
}
</style>
border-color css
<style>
span { border-color: #FD50FE; }
span { border-color: rgb(253,80,254); }
td.TdClassName
{
border-color: #FD50FE;
}
.TagClassName
{
border-color: #FD50FE;
}
</style>