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