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