Shades of Pink Flamingo #FF54FF
Tints of Pink Flamingo #FF54FF
RGB
CMYK
RGB Variations
Color information
#FF54FF (or 0xFF54FF) is known color: Pink Flamingo. HEX triplet: FF, 54 and FF. RGB value is (255,84,255). Sum of RGB (Red+Green+Blue) = 255+84+255=594 (78% of max value = 765). Red value is 255 (100% from 255 or 42.93% from 594); Green value is 84 (33.20% from 255 or 14.14% from 594); Blue value is 255 (100% from 255 or 42.93% from 594); Max value from RGB is 255 - color contains mainly: red, blue. Hex color #FF54FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF54FF is #00AB00. Grayscale: #9A9A9A. Windows color (decimal): -43777 or 16733439. OLE color: 16733439.
HSL color Cylindrical-coordinate representation of color #FF54FF: hue angle of 300º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FF54FF is Cyan = 0, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 84 | 255 | - |
| CMYK | 0 | 0.67 | 0 | 0 |
| HSL | 300º | 1% | 0.66% | - |
| HSV(B) | 300º | 0.67% | 1% | - |
| XYZ | 62.46 | 34.82 | 98.04 | - |
| YUV | 154.62 | 184.65 | 199.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 84 | 255 | 0 | 0.67 | 0 | 0 | 300 | 1 | 0.66 |
| Hex | FF | 54 | FF | 0 | 43 | 0 | 0 | 12C | 64 | 42 |
| Octal | 377 | 124 | 377 | 0 | 103 | 0 | 0 | 454 | 144 | 102 |
| Binary | 11111111 | 1010100 | 11111111 | 0 | 1000011 | 0 | 0 | 100101100 | 1100100 | 1000010 |
Color Harmonies of #FF54FF
Complementary color
Monochromatic Colors of #FF54FF
Black with #FF54FF
Text Example
Text Example
White with #FF54FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF54FF; }
p { color: rgb(255,84,255); }
H1.HeaderClassName
{
color: #FF54FF;
}
.AnyTagClassName
{
color: #FF54FF;
}
</style>
background-color css
<style>
a { background-color: #FF54FF; }
a { background-color: rgb(255,84,255); }
div.DivClassName
{
background-color: #FF54FF;
}
.BgClassName
{
background-color: #FF54FF;
}
</style>
border-color css
<style>
span { border-color: #FF54FF; }
span { border-color: rgb(255,84,255); }
td.TdClassName
{
border-color: #FF54FF;
}
.TagClassName
{
border-color: #FF54FF;
}
</style>