Shades of Pink Flamingo #FF55FD
Tints of Pink Flamingo #FF55FD
RGB
CMYK
RGB Variations
Color information
#FF55FD (or 0xFF55FD) is known color: Pink Flamingo. HEX triplet: FF, 55 and FD. RGB value is (255,85,253). Sum of RGB (Red+Green+Blue) = 255+85+253=593 (78% of max value = 765). Red value is 255 (100% from 255 or 43.00% from 593); Green value is 85 (33.59% from 255 or 14.33% from 593); Blue value is 253 (99.22% from 255 or 42.66% from 593); Max value from RGB is 255 - color contains mainly: red. Hex color #FF55FD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF55FD is #00AA02. Grayscale: #9A9A9A. Windows color (decimal): -43523 or 16602623. OLE color: 16602623.
HSL color Cylindrical-coordinate representation of color #FF55FD: hue angle of 300.71º 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 #FF55FD is Cyan = 0, Magento = 0.67, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 85 | 253 | - |
| CMYK | 0 | 0.67 | 0.01 | 0 |
| HSL | 300.71º | 1% | 0.67% | - |
| HSV(B) | 300.71º | 0.67% | 1% | - |
| XYZ | 62.22 | 34.85 | 96.38 | - |
| YUV | 154.98 | 183.32 | 199.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 85 | 253 | 0 | 0.67 | 0.01 | 0 | 300.71 | 1 | 0.67 |
| Hex | FF | 55 | FD | 0 | 43 | 1 | 0 | 12D | 64 | 43 |
| Octal | 377 | 125 | 375 | 0 | 103 | 1 | 0 | 455 | 144 | 103 |
| Binary | 11111111 | 1010101 | 11111101 | 0 | 1000011 | 1 | 0 | 100101101 | 1100100 | 1000011 |
Color Harmonies of #FF55FD
Complementary color
Monochromatic Colors of #FF55FD
Black with #FF55FD
Text Example
Text Example
White with #FF55FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF55FD; }
p { color: rgb(255,85,253); }
H1.HeaderClassName
{
color: #FF55FD;
}
.AnyTagClassName
{
color: #FF55FD;
}
</style>
background-color css
<style>
a { background-color: #FF55FD; }
a { background-color: rgb(255,85,253); }
div.DivClassName
{
background-color: #FF55FD;
}
.BgClassName
{
background-color: #FF55FD;
}
</style>
border-color css
<style>
span { border-color: #FF55FD; }
span { border-color: rgb(255,85,253); }
td.TdClassName
{
border-color: #FF55FD;
}
.TagClassName
{
border-color: #FF55FD;
}
</style>