Shades of Pink Flamingo #FF55FA
Tints of Pink Flamingo #FF55FA
RGB
CMYK
RGB Variations
Color information
#FF55FA (or 0xFF55FA) is known color: Pink Flamingo. HEX triplet: FF, 55 and FA. RGB value is (255,85,250). Sum of RGB (Red+Green+Blue) = 255+85+250=590 (78% of max value = 765). Red value is 255 (100% from 255 or 43.22% from 590); Green value is 85 (33.59% from 255 or 14.41% from 590); Blue value is 250 (98.05% from 255 or 42.37% from 590); Max value from RGB is 255 - color contains mainly: red. Hex color #FF55FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF55FA is #00AA05. Grayscale: #9A9A9A. Windows color (decimal): -43526 or 16406015. OLE color: 16406015.
HSL color Cylindrical-coordinate representation of color #FF55FA: hue angle of 301.76º 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 #FF55FA is Cyan = 0, Magento = 0.67, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 85 | 250 | - |
| CMYK | 0 | 0.67 | 0.02 | 0 |
| HSL | 301.76º | 1% | 0.67% | - |
| HSV(B) | 301.76º | 0.67% | 1% | - |
| XYZ | 61.74 | 34.66 | 93.88 | - |
| YUV | 154.64 | 181.82 | 199.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 85 | 250 | 0 | 0.67 | 0.02 | 0 | 301.76 | 1 | 0.67 |
| Hex | FF | 55 | FA | 0 | 43 | 2 | 0 | 12E | 64 | 43 |
| Octal | 377 | 125 | 372 | 0 | 103 | 2 | 0 | 456 | 144 | 103 |
| Binary | 11111111 | 1010101 | 11111010 | 0 | 1000011 | 10 | 0 | 100101110 | 1100100 | 1000011 |
Color Harmonies of #FF55FA
Complementary color
Monochromatic Colors of #FF55FA
Black with #FF55FA
Text Example
Text Example
White with #FF55FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF55FA; }
p { color: rgb(255,85,250); }
H1.HeaderClassName
{
color: #FF55FA;
}
.AnyTagClassName
{
color: #FF55FA;
}
</style>
background-color css
<style>
a { background-color: #FF55FA; }
a { background-color: rgb(255,85,250); }
div.DivClassName
{
background-color: #FF55FA;
}
.BgClassName
{
background-color: #FF55FA;
}
</style>
border-color css
<style>
span { border-color: #FF55FA; }
span { border-color: rgb(255,85,250); }
td.TdClassName
{
border-color: #FF55FA;
}
.TagClassName
{
border-color: #FF55FA;
}
</style>