Shades of Pink Flamingo #FF55F9
Tints of Pink Flamingo #FF55F9
RGB
CMYK
RGB Variations
Color information
#FF55F9 (or 0xFF55F9) is known color: Pink Flamingo. HEX triplet: FF, 55 and F9. RGB value is (255,85,249). Sum of RGB (Red+Green+Blue) = 255+85+249=589 (78% of max value = 765). Red value is 255 (100% from 255 or 43.29% from 589); Green value is 85 (33.59% from 255 or 14.43% from 589); Blue value is 249 (97.66% from 255 or 42.28% from 589); Max value from RGB is 255 - color contains mainly: red. Hex color #FF55F9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF55F9 is #00AA06. Grayscale: #9A9A9A. Windows color (decimal): -43527 or 16340479. OLE color: 16340479.
HSL color Cylindrical-coordinate representation of color #FF55F9: hue angle of 302.12º 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 #FF55F9 is Cyan = 0, Magento = 0.67, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 85 | 249 | - |
| CMYK | 0 | 0.67 | 0.02 | 0 |
| HSL | 302.12º | 1% | 0.67% | - |
| HSV(B) | 302.12º | 0.67% | 1% | - |
| XYZ | 61.59 | 34.6 | 93.05 | - |
| YUV | 154.53 | 181.32 | 199.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 85 | 249 | 0 | 0.67 | 0.02 | 0 | 302.12 | 1 | 0.67 |
| Hex | FF | 55 | F9 | 0 | 43 | 2 | 0 | 12E | 64 | 43 |
| Octal | 377 | 125 | 371 | 0 | 103 | 2 | 0 | 456 | 144 | 103 |
| Binary | 11111111 | 1010101 | 11111001 | 0 | 1000011 | 10 | 0 | 100101110 | 1100100 | 1000011 |
Color Harmonies of #FF55F9
Complementary color
Monochromatic Colors of #FF55F9
Black with #FF55F9
Text Example
Text Example
White with #FF55F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF55F9; }
p { color: rgb(255,85,249); }
H1.HeaderClassName
{
color: #FF55F9;
}
.AnyTagClassName
{
color: #FF55F9;
}
</style>
background-color css
<style>
a { background-color: #FF55F9; }
a { background-color: rgb(255,85,249); }
div.DivClassName
{
background-color: #FF55F9;
}
.BgClassName
{
background-color: #FF55F9;
}
</style>
border-color css
<style>
span { border-color: #FF55F9; }
span { border-color: rgb(255,85,249); }
td.TdClassName
{
border-color: #FF55F9;
}
.TagClassName
{
border-color: #FF55F9;
}
</style>