Shades of Pink Flamingo #FF54FA
Tints of Pink Flamingo #FF54FA
RGB
CMYK
RGB Variations
Color information
#FF54FA (or 0xFF54FA) is known color: Pink Flamingo. HEX triplet: FF, 54 and FA. RGB value is (255,84,250). Sum of RGB (Red+Green+Blue) = 255+84+250=589 (78% of max value = 765). Red value is 255 (100% from 255 or 43.29% from 589); Green value is 84 (33.20% from 255 or 14.26% from 589); Blue value is 250 (98.05% from 255 or 42.44% from 589); Max value from RGB is 255 - color contains mainly: red. Hex color #FF54FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF54FA is #00AB05. Grayscale: #999999. Windows color (decimal): -43782 or 16405759. OLE color: 16405759.
HSL color Cylindrical-coordinate representation of color #FF54FA: hue angle of 301.75º 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 #FF54FA is Cyan = 0, Magento = 0.67, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 84 | 250 | - |
| CMYK | 0 | 0.67 | 0.02 | 0 |
| HSL | 301.75º | 1% | 0.66% | - |
| HSV(B) | 301.75º | 0.67% | 1% | - |
| XYZ | 61.67 | 34.5 | 93.85 | - |
| YUV | 154.05 | 182.15 | 200 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 84 | 250 | 0 | 0.67 | 0.02 | 0 | 301.75 | 1 | 0.66 |
| Hex | FF | 54 | FA | 0 | 43 | 2 | 0 | 12E | 64 | 42 |
| Octal | 377 | 124 | 372 | 0 | 103 | 2 | 0 | 456 | 144 | 102 |
| Binary | 11111111 | 1010100 | 11111010 | 0 | 1000011 | 10 | 0 | 100101110 | 1100100 | 1000010 |
Color Harmonies of #FF54FA
Complementary color
Monochromatic Colors of #FF54FA
Black with #FF54FA
Text Example
Text Example
White with #FF54FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF54FA; }
p { color: rgb(255,84,250); }
H1.HeaderClassName
{
color: #FF54FA;
}
.AnyTagClassName
{
color: #FF54FA;
}
</style>
background-color css
<style>
a { background-color: #FF54FA; }
a { background-color: rgb(255,84,250); }
div.DivClassName
{
background-color: #FF54FA;
}
.BgClassName
{
background-color: #FF54FA;
}
</style>
border-color css
<style>
span { border-color: #FF54FA; }
span { border-color: rgb(255,84,250); }
td.TdClassName
{
border-color: #FF54FA;
}
.TagClassName
{
border-color: #FF54FA;
}
</style>