Shades of Pink Flamingo #FF55F5
Tints of Pink Flamingo #FF55F5
RGB
CMYK
RGB Variations
Color information
#FF55F5 (or 0xFF55F5) is known color: Pink Flamingo. HEX triplet: FF, 55 and F5. RGB value is (255,85,245). Sum of RGB (Red+Green+Blue) = 255+85+245=585 (77% of max value = 765). Red value is 255 (100% from 255 or 43.59% from 585); Green value is 85 (33.59% from 255 or 14.53% from 585); Blue value is 245 (96.09% from 255 or 41.88% from 585); Max value from RGB is 255 - color contains mainly: red. Hex color #FF55F5 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF55F5 is #00AA0A. Grayscale: #999999. Windows color (decimal): -43531 or 16078335. OLE color: 16078335.
HSL color Cylindrical-coordinate representation of color #FF55F5: hue angle of 303.53º 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 #FF55F5 is Cyan = 0, Magento = 0.67, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 85 | 245 | - |
| CMYK | 0 | 0.67 | 0.04 | 0 |
| HSL | 303.53º | 1% | 0.67% | - |
| HSV(B) | 303.53º | 0.67% | 1% | - |
| XYZ | 60.97 | 34.35 | 89.8 | - |
| YUV | 154.07 | 179.32 | 199.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 85 | 245 | 0 | 0.67 | 0.04 | 0 | 303.53 | 1 | 0.67 |
| Hex | FF | 55 | F5 | 0 | 43 | 4 | 0 | 130 | 64 | 43 |
| Octal | 377 | 125 | 365 | 0 | 103 | 4 | 0 | 460 | 144 | 103 |
| Binary | 11111111 | 1010101 | 11110101 | 0 | 1000011 | 100 | 0 | 100110000 | 1100100 | 1000011 |
Color Harmonies of #FF55F5
Complementary color
Monochromatic Colors of #FF55F5
Black with #FF55F5
Text Example
Text Example
White with #FF55F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF55F5; }
p { color: rgb(255,85,245); }
H1.HeaderClassName
{
color: #FF55F5;
}
.AnyTagClassName
{
color: #FF55F5;
}
</style>
background-color css
<style>
a { background-color: #FF55F5; }
a { background-color: rgb(255,85,245); }
div.DivClassName
{
background-color: #FF55F5;
}
.BgClassName
{
background-color: #FF55F5;
}
</style>
border-color css
<style>
span { border-color: #FF55F5; }
span { border-color: rgb(255,85,245); }
td.TdClassName
{
border-color: #FF55F5;
}
.TagClassName
{
border-color: #FF55F5;
}
</style>