Shades of Pink Flamingo #FF51FE
Tints of Pink Flamingo #FF51FE
RGB
CMYK
RGB Variations
Color information
#FF51FE (or 0xFF51FE) is known color: Pink Flamingo. HEX triplet: FF, 51 and FE. RGB value is (255,81,254). Sum of RGB (Red+Green+Blue) = 255+81+254=590 (78% of max value = 765). Red value is 255 (100% from 255 or 43.22% from 590); Green value is 81 (32.03% from 255 or 13.73% from 590); Blue value is 254 (99.61% from 255 or 43.05% from 590); Max value from RGB is 255 - color contains mainly: red. Hex color #FF51FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF51FE is #00AE01. Grayscale: #989898. Windows color (decimal): -44546 or 16667135. OLE color: 16667135.
HSL color Cylindrical-coordinate representation of color #FF51FE: hue angle of 300.34º 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 #FF51FE is Cyan = 0, Magento = 0.68, Yellow = 0.00 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 81 | 254 | - |
| CMYK | 0 | 0.68 | 0.00 | 0 |
| HSL | 300.34º | 1% | 0.66% | - |
| HSV(B) | 300.34º | 0.68% | 1% | - |
| XYZ | 62.07 | 34.3 | 97.12 | - |
| YUV | 152.75 | 185.15 | 200.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 81 | 254 | 0 | 0.68 | 0.00 | 0 | 300.34 | 1 | 0.66 |
| Hex | FF | 51 | FE | 0 | 44 | 0 | 0 | 12C | 64 | 42 |
| Octal | 377 | 121 | 376 | 0 | 104 | 0 | 0 | 454 | 144 | 102 |
| Binary | 11111111 | 1010001 | 11111110 | 0 | 1000100 | 0 | 0 | 100101100 | 1100100 | 1000010 |
Color Harmonies of #FF51FE
Complementary color
Monochromatic Colors of #FF51FE
Black with #FF51FE
Text Example
Text Example
White with #FF51FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF51FE; }
p { color: rgb(255,81,254); }
H1.HeaderClassName
{
color: #FF51FE;
}
.AnyTagClassName
{
color: #FF51FE;
}
</style>
background-color css
<style>
a { background-color: #FF51FE; }
a { background-color: rgb(255,81,254); }
div.DivClassName
{
background-color: #FF51FE;
}
.BgClassName
{
background-color: #FF51FE;
}
</style>
border-color css
<style>
span { border-color: #FF51FE; }
span { border-color: rgb(255,81,254); }
td.TdClassName
{
border-color: #FF51FE;
}
.TagClassName
{
border-color: #FF51FE;
}
</style>