Shades of Pink Flamingo #FF51EE
Tints of Pink Flamingo #FF51EE
RGB
CMYK
RGB Variations
Color information
#FF51EE (or 0xFF51EE) is known color: Pink Flamingo. HEX triplet: FF, 51 and EE. RGB value is (255,81,238). Sum of RGB (Red+Green+Blue) = 255+81+238=574 (76% of max value = 765). Red value is 255 (100% from 255 or 44.43% from 574); Green value is 81 (32.03% from 255 or 14.11% from 574); Blue value is 238 (93.36% from 255 or 41.46% from 574); Max value from RGB is 255 - color contains mainly: red. Hex color #FF51EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF51EE is #00AE11. Grayscale: #969696. Windows color (decimal): -44562 or 15618559. OLE color: 15618559.
HSL color Cylindrical-coordinate representation of color #FF51EE: hue angle of 305.86º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FF51EE is Cyan = 0, Magento = 0.68, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 81 | 238 | - |
| CMYK | 0 | 0.68 | 0.07 | 0 |
| HSL | 305.86º | 1% | 0.66% | - |
| HSV(B) | 305.86º | 0.68% | 1% | - |
| XYZ | 59.62 | 33.32 | 84.18 | - |
| YUV | 150.92 | 177.15 | 202.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 81 | 238 | 0 | 0.68 | 0.07 | 0 | 305.86 | 1 | 0.66 |
| Hex | FF | 51 | EE | 0 | 44 | 7 | 0 | 132 | 64 | 42 |
| Octal | 377 | 121 | 356 | 0 | 104 | 7 | 0 | 462 | 144 | 102 |
| Binary | 11111111 | 1010001 | 11101110 | 0 | 1000100 | 111 | 0 | 100110010 | 1100100 | 1000010 |
Color Harmonies of #FF51EE
Complementary color
Monochromatic Colors of #FF51EE
Black with #FF51EE
Text Example
Text Example
White with #FF51EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF51EE; }
p { color: rgb(255,81,238); }
H1.HeaderClassName
{
color: #FF51EE;
}
.AnyTagClassName
{
color: #FF51EE;
}
</style>
background-color css
<style>
a { background-color: #FF51EE; }
a { background-color: rgb(255,81,238); }
div.DivClassName
{
background-color: #FF51EE;
}
.BgClassName
{
background-color: #FF51EE;
}
</style>
border-color css
<style>
span { border-color: #FF51EE; }
span { border-color: rgb(255,81,238); }
td.TdClassName
{
border-color: #FF51EE;
}
.TagClassName
{
border-color: #FF51EE;
}
</style>