Shades of Pink Flamingo #FF55FF
Tints of Pink Flamingo #FF55FF
RGB
CMYK
RGB Variations
Color information
#FF55FF (or 0xFF55FF) is known color: Pink Flamingo. HEX triplet: FF, 55 and FF. RGB value is (255,85,255). Sum of RGB (Red+Green+Blue) = 255+85+255=595 (78% of max value = 765). Red value is 255 (100% from 255 or 42.86% from 595); Green value is 85 (33.59% from 255 or 14.29% from 595); Blue value is 255 (100% from 255 or 42.86% from 595); Max value from RGB is 255 - color contains mainly: red, blue. Hex color #FF55FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF55FF is #00AA00. Grayscale: #9A9A9A. Windows color (decimal): -43521 or 16733695. OLE color: 16733695.
HSL color Cylindrical-coordinate representation of color #FF55FF: hue angle of 300º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FF55FF is Cyan = 0, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 85 | 255 | - |
| CMYK | 0 | 0.67 | 0 | 0 |
| HSL | 300º | 1% | 0.67% | - |
| HSV(B) | 300º | 0.67% | 1% | - |
| XYZ | 62.54 | 34.98 | 98.06 | - |
| YUV | 155.21 | 184.32 | 199.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 85 | 255 | 0 | 0.67 | 0 | 0 | 300 | 1 | 0.67 |
| Hex | FF | 55 | FF | 0 | 43 | 0 | 0 | 12C | 64 | 43 |
| Octal | 377 | 125 | 377 | 0 | 103 | 0 | 0 | 454 | 144 | 103 |
| Binary | 11111111 | 1010101 | 11111111 | 0 | 1000011 | 0 | 0 | 100101100 | 1100100 | 1000011 |
Color Harmonies of #FF55FF
Complementary color
Monochromatic Colors of #FF55FF
Black with #FF55FF
Text Example
Text Example
White with #FF55FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF55FF; }
p { color: rgb(255,85,255); }
H1.HeaderClassName
{
color: #FF55FF;
}
.AnyTagClassName
{
color: #FF55FF;
}
</style>
background-color css
<style>
a { background-color: #FF55FF; }
a { background-color: rgb(255,85,255); }
div.DivClassName
{
background-color: #FF55FF;
}
.BgClassName
{
background-color: #FF55FF;
}
</style>
border-color css
<style>
span { border-color: #FF55FF; }
span { border-color: rgb(255,85,255); }
td.TdClassName
{
border-color: #FF55FF;
}
.TagClassName
{
border-color: #FF55FF;
}
</style>