Shades of Pink Flamingo #FD5FEF
Tints of Pink Flamingo #FD5FEF
RGB
CMYK
RGB Variations
Color information
#FD5FEF (or 0xFD5FEF) is known color: Pink Flamingo. HEX triplet: FD, 5F and EF. RGB value is (253,95,239). Sum of RGB (Red+Green+Blue) = 253+95+239=587 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.10% from 587); Green value is 95 (37.5% from 255 or 16.18% from 587); Blue value is 239 (93.75% from 255 or 40.72% from 587); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5FEF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FD5FEF is #02A010. Grayscale: #9E9E9E. Windows color (decimal): -172049 or 15687677. OLE color: 15687677.
HSL color Cylindrical-coordinate representation of color #FD5FEF: hue angle of 305.32º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FD5FEF is Cyan = 0, Magento = 0.62, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 95 | 239 | - |
| CMYK | 0 | 0.62 | 0.06 | 0.01 |
| HSL | 305.32º | 0.98% | 0.68% | - |
| HSV(B) | 305.32º | 0.62% | 0.99% | - |
| XYZ | 60.18 | 35.3 | 85.3 | - |
| YUV | 158.66 | 173.35 | 195.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 95 | 239 | 0 | 0.62 | 0.06 | 0.01 | 305.32 | 0.98 | 0.68 |
| Hex | FD | 5F | EF | 0 | 3E | 6 | 1 | 131 | 62 | 44 |
| Octal | 375 | 137 | 357 | 0 | 76 | 6 | 1 | 461 | 142 | 104 |
| Binary | 11111101 | 1011111 | 11101111 | 0 | 111110 | 110 | 1 | 100110001 | 1100010 | 1000100 |
Color Harmonies of #FD5FEF
Complementary color
Monochromatic Colors of #FD5FEF
Black with #FD5FEF
Text Example
Text Example
White with #FD5FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD5FEF; }
p { color: rgb(253,95,239); }
H1.HeaderClassName
{
color: #FD5FEF;
}
.AnyTagClassName
{
color: #FD5FEF;
}
</style>
background-color css
<style>
a { background-color: #FD5FEF; }
a { background-color: rgb(253,95,239); }
div.DivClassName
{
background-color: #FD5FEF;
}
.BgClassName
{
background-color: #FD5FEF;
}
</style>
border-color css
<style>
span { border-color: #FD5FEF; }
span { border-color: rgb(253,95,239); }
td.TdClassName
{
border-color: #FD5FEF;
}
.TagClassName
{
border-color: #FD5FEF;
}
</style>