Shades of Pink Flamingo #FD5DFF
Tints of Pink Flamingo #FD5DFF
RGB
CMYK
RGB Variations
Color information
#FD5DFF (or 0xFD5DFF) is known color: Pink Flamingo. HEX triplet: FD, 5D and FF. RGB value is (253,93,255). Sum of RGB (Red+Green+Blue) = 253+93+255=601 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.10% from 601); Green value is 93 (36.72% from 255 or 15.47% from 601); Blue value is 255 (100% from 255 or 42.43% from 601); Max value from RGB is 255 - color contains mainly: blue. Hex color #FD5DFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FD5DFF is #02A200. Grayscale: #9E9E9E. Windows color (decimal): -172545 or 16735741. OLE color: 16735741.
HSL color Cylindrical-coordinate representation of color #FD5DFF: hue angle of 299.26º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FD5DFF is Cyan = 0.01, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 253 | 93 | 255 | - |
| CMYK | 0.01 | 0.64 | 0 | 0 |
| HSL | 299.26º | 1% | 0.68% | - |
| HSV(B) | 299.26º | 0.64% | 1% | - |
| XYZ | 62.47 | 35.93 | 98.25 | - |
| YUV | 159.31 | 182.01 | 194.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 93 | 255 | 0.01 | 0.64 | 0 | 0 | 299.26 | 1 | 0.68 |
| Hex | FD | 5D | FF | 1 | 40 | 0 | 0 | 12B | 64 | 44 |
| Octal | 375 | 135 | 377 | 1 | 100 | 0 | 0 | 453 | 144 | 104 |
| Binary | 11111101 | 1011101 | 11111111 | 1 | 1000000 | 0 | 0 | 100101011 | 1100100 | 1000100 |
Color Harmonies of #FD5DFF
Complementary color
Monochromatic Colors of #FD5DFF
Black with #FD5DFF
Text Example
Text Example
White with #FD5DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD5DFF; }
p { color: rgb(253,93,255); }
H1.HeaderClassName
{
color: #FD5DFF;
}
.AnyTagClassName
{
color: #FD5DFF;
}
</style>
background-color css
<style>
a { background-color: #FD5DFF; }
a { background-color: rgb(253,93,255); }
div.DivClassName
{
background-color: #FD5DFF;
}
.BgClassName
{
background-color: #FD5DFF;
}
</style>
border-color css
<style>
span { border-color: #FD5DFF; }
span { border-color: rgb(253,93,255); }
td.TdClassName
{
border-color: #FD5DFF;
}
.TagClassName
{
border-color: #FD5DFF;
}
</style>