Shades of Pink Flamingo #FF55F0
Tints of Pink Flamingo #FF55F0
RGB
CMYK
RGB Variations
Color information
#FF55F0 (or 0xFF55F0) is known color: Pink Flamingo. HEX triplet: FF, 55 and F0. RGB value is (255,85,240). Sum of RGB (Red+Green+Blue) = 255+85+240=580 (76% of max value = 765). Red value is 255 (100% from 255 or 43.97% from 580); Green value is 85 (33.59% from 255 or 14.66% from 580); Blue value is 240 (94.14% from 255 or 41.38% from 580); Max value from RGB is 255 - color contains mainly: red. Hex color #FF55F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF55F0 is #00AA0F. Grayscale: #999999. Windows color (decimal): -43536 or 15750655. OLE color: 15750655.
HSL color Cylindrical-coordinate representation of color #FF55F0: hue angle of 305.29º 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 #FF55F0 is Cyan = 0, Magento = 0.67, Yellow = 0.06 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 85 | 240 | - |
| CMYK | 0 | 0.67 | 0.06 | 0 |
| HSL | 305.29º | 1% | 0.67% | - |
| HSV(B) | 305.29º | 0.67% | 1% | - |
| XYZ | 60.22 | 34.05 | 85.84 | - |
| YUV | 153.5 | 176.82 | 200.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 85 | 240 | 0 | 0.67 | 0.06 | 0 | 305.29 | 1 | 0.67 |
| Hex | FF | 55 | F0 | 0 | 43 | 6 | 0 | 131 | 64 | 43 |
| Octal | 377 | 125 | 360 | 0 | 103 | 6 | 0 | 461 | 144 | 103 |
| Binary | 11111111 | 1010101 | 11110000 | 0 | 1000011 | 110 | 0 | 100110001 | 1100100 | 1000011 |
Color Harmonies of #FF55F0
Complementary color
Monochromatic Colors of #FF55F0
Black with #FF55F0
Text Example
Text Example
White with #FF55F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF55F0; }
p { color: rgb(255,85,240); }
H1.HeaderClassName
{
color: #FF55F0;
}
.AnyTagClassName
{
color: #FF55F0;
}
</style>
background-color css
<style>
a { background-color: #FF55F0; }
a { background-color: rgb(255,85,240); }
div.DivClassName
{
background-color: #FF55F0;
}
.BgClassName
{
background-color: #FF55F0;
}
</style>
border-color css
<style>
span { border-color: #FF55F0; }
span { border-color: rgb(255,85,240); }
td.TdClassName
{
border-color: #FF55F0;
}
.TagClassName
{
border-color: #FF55F0;
}
</style>