Shades of Pink Flamingo #FF55F4
Tints of Pink Flamingo #FF55F4
RGB
CMYK
RGB Variations
Color information
#FF55F4 (or 0xFF55F4) is known color: Pink Flamingo. HEX triplet: FF, 55 and F4. RGB value is (255,85,244). Sum of RGB (Red+Green+Blue) = 255+85+244=584 (77% of max value = 765). Red value is 255 (100% from 255 or 43.66% from 584); Green value is 85 (33.59% from 255 or 14.55% from 584); Blue value is 244 (95.70% from 255 or 41.78% from 584); Max value from RGB is 255 - color contains mainly: red. Hex color #FF55F4 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF55F4 is #00AA0B. Grayscale: #999999. Windows color (decimal): -43532 or 16012799. OLE color: 16012799.
HSL color Cylindrical-coordinate representation of color #FF55F4: hue angle of 303.88º 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 #FF55F4 is Cyan = 0, Magento = 0.67, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 85 | 244 | - |
| CMYK | 0 | 0.67 | 0.04 | 0 |
| HSL | 303.88º | 1% | 0.67% | - |
| HSV(B) | 303.88º | 0.67% | 1% | - |
| XYZ | 60.82 | 34.29 | 89 | - |
| YUV | 153.96 | 178.82 | 200.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 85 | 244 | 0 | 0.67 | 0.04 | 0 | 303.88 | 1 | 0.67 |
| Hex | FF | 55 | F4 | 0 | 43 | 4 | 0 | 130 | 64 | 43 |
| Octal | 377 | 125 | 364 | 0 | 103 | 4 | 0 | 460 | 144 | 103 |
| Binary | 11111111 | 1010101 | 11110100 | 0 | 1000011 | 100 | 0 | 100110000 | 1100100 | 1000011 |
Color Harmonies of #FF55F4
Complementary color
Monochromatic Colors of #FF55F4
Black with #FF55F4
Text Example
Text Example
White with #FF55F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF55F4; }
p { color: rgb(255,85,244); }
H1.HeaderClassName
{
color: #FF55F4;
}
.AnyTagClassName
{
color: #FF55F4;
}
</style>
background-color css
<style>
a { background-color: #FF55F4; }
a { background-color: rgb(255,85,244); }
div.DivClassName
{
background-color: #FF55F4;
}
.BgClassName
{
background-color: #FF55F4;
}
</style>
border-color css
<style>
span { border-color: #FF55F4; }
span { border-color: rgb(255,85,244); }
td.TdClassName
{
border-color: #FF55F4;
}
.TagClassName
{
border-color: #FF55F4;
}
</style>