Shades of Pink Flamingo #FF51FB
Tints of Pink Flamingo #FF51FB
RGB
CMYK
RGB Variations
Color information
#FF51FB (or 0xFF51FB) is known color: Pink Flamingo. HEX triplet: FF, 51 and FB. RGB value is (255,81,251). Sum of RGB (Red+Green+Blue) = 255+81+251=587 (77% of max value = 765). Red value is 255 (100% from 255 or 43.44% from 587); Green value is 81 (32.03% from 255 or 13.80% from 587); Blue value is 251 (98.44% from 255 or 42.76% from 587); Max value from RGB is 255 - color contains mainly: red. Hex color #FF51FB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF51FB is #00AE04. Grayscale: #979797. Windows color (decimal): -44549 or 16470527. OLE color: 16470527.
HSL color Cylindrical-coordinate representation of color #FF51FB: hue angle of 301.38º 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 #FF51FB is Cyan = 0, Magento = 0.68, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 81 | 251 | - |
| CMYK | 0 | 0.68 | 0.02 | 0 |
| HSL | 301.38º | 1% | 0.66% | - |
| HSV(B) | 301.38º | 0.68% | 1% | - |
| XYZ | 61.6 | 34.11 | 94.6 | - |
| YUV | 152.41 | 183.65 | 201.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 81 | 251 | 0 | 0.68 | 0.02 | 0 | 301.38 | 1 | 0.66 |
| Hex | FF | 51 | FB | 0 | 44 | 2 | 0 | 12D | 64 | 42 |
| Octal | 377 | 121 | 373 | 0 | 104 | 2 | 0 | 455 | 144 | 102 |
| Binary | 11111111 | 1010001 | 11111011 | 0 | 1000100 | 10 | 0 | 100101101 | 1100100 | 1000010 |
Color Harmonies of #FF51FB
Complementary color
Monochromatic Colors of #FF51FB
Black with #FF51FB
Text Example
Text Example
White with #FF51FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF51FB; }
p { color: rgb(255,81,251); }
H1.HeaderClassName
{
color: #FF51FB;
}
.AnyTagClassName
{
color: #FF51FB;
}
</style>
background-color css
<style>
a { background-color: #FF51FB; }
a { background-color: rgb(255,81,251); }
div.DivClassName
{
background-color: #FF51FB;
}
.BgClassName
{
background-color: #FF51FB;
}
</style>
border-color css
<style>
span { border-color: #FF51FB; }
span { border-color: rgb(255,81,251); }
td.TdClassName
{
border-color: #FF51FB;
}
.TagClassName
{
border-color: #FF51FB;
}
</style>