Shades of Pink Flamingo #FD54FF
Tints of Pink Flamingo #FD54FF
RGB
CMYK
RGB Variations
Color information
#FD54FF (or 0xFD54FF) is known color: Pink Flamingo. HEX triplet: FD, 54 and FF. RGB value is (253,84,255). Sum of RGB (Red+Green+Blue) = 253+84+255=592 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.74% from 592); Green value is 84 (33.20% from 255 or 14.19% from 592); Blue value is 255 (100% from 255 or 43.07% from 592); Max value from RGB is 255 - color contains mainly: blue. Hex color #FD54FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FD54FF is #02AB00. Grayscale: #999999. Windows color (decimal): -174849 or 16733437. OLE color: 16733437.
HSL color Cylindrical-coordinate representation of color #FD54FF: hue angle of 299.3º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FD54FF is Cyan = 0.01, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 253 | 84 | 255 | - |
| CMYK | 0.01 | 0.67 | 0 | 0 |
| HSL | 299.3º | 1% | 0.66% | - |
| HSV(B) | 299.3º | 0.67% | 1% | - |
| XYZ | 61.73 | 34.44 | 98 | - |
| YUV | 154.03 | 184.99 | 198.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 84 | 255 | 0.01 | 0.67 | 0 | 0 | 299.3 | 1 | 0.66 |
| Hex | FD | 54 | FF | 1 | 43 | 0 | 0 | 12B | 64 | 42 |
| Octal | 375 | 124 | 377 | 1 | 103 | 0 | 0 | 453 | 144 | 102 |
| Binary | 11111101 | 1010100 | 11111111 | 1 | 1000011 | 0 | 0 | 100101011 | 1100100 | 1000010 |
Color Harmonies of #FD54FF
Complementary color
Monochromatic Colors of #FD54FF
Black with #FD54FF
Text Example
Text Example
White with #FD54FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD54FF; }
p { color: rgb(253,84,255); }
H1.HeaderClassName
{
color: #FD54FF;
}
.AnyTagClassName
{
color: #FD54FF;
}
</style>
background-color css
<style>
a { background-color: #FD54FF; }
a { background-color: rgb(253,84,255); }
div.DivClassName
{
background-color: #FD54FF;
}
.BgClassName
{
background-color: #FD54FF;
}
</style>
border-color css
<style>
span { border-color: #FD54FF; }
span { border-color: rgb(253,84,255); }
td.TdClassName
{
border-color: #FD54FF;
}
.TagClassName
{
border-color: #FD54FF;
}
</style>