Shades of Pink Flamingo #FE51F2
Tints of Pink Flamingo #FE51F2
RGB
CMYK
RGB Variations
Color information
#FE51F2 (or 0xFE51F2) is known color: Pink Flamingo. HEX triplet: FE, 51 and F2. RGB value is (254,81,242). Sum of RGB (Red+Green+Blue) = 254+81+242=577 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.02% from 577); Green value is 81 (32.03% from 255 or 14.04% from 577); Blue value is 242 (94.92% from 255 or 41.94% from 577); Max value from RGB is 254 - color contains mainly: red. Hex color #FE51F2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE51F2 is #01AE0D. Grayscale: #969696. Windows color (decimal): -110094 or 15880702. OLE color: 15880702.
HSL color Cylindrical-coordinate representation of color #FE51F2: hue angle of 304.16º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FE51F2 is Cyan = 0, Magento = 0.68, Yellow = 0.05 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 81 | 242 | - |
| CMYK | 0 | 0.68 | 0.05 | 0.00 |
| HSL | 304.16º | 0.99% | 0.66% | - |
| HSV(B) | 304.16º | 0.68% | 1% | - |
| XYZ | 59.84 | 33.37 | 87.29 | - |
| YUV | 151.08 | 179.31 | 201.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 81 | 242 | 0 | 0.68 | 0.05 | 0.00 | 304.16 | 0.99 | 0.66 |
| Hex | FE | 51 | F2 | 0 | 44 | 5 | 0 | 130 | 63 | 42 |
| Octal | 376 | 121 | 362 | 0 | 104 | 5 | 0 | 460 | 143 | 102 |
| Binary | 11111110 | 1010001 | 11110010 | 0 | 1000100 | 101 | 0 | 100110000 | 1100011 | 1000010 |
Color Harmonies of #FE51F2
Complementary color
Monochromatic Colors of #FE51F2
Black with #FE51F2
Text Example
Text Example
White with #FE51F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE51F2; }
p { color: rgb(254,81,242); }
H1.HeaderClassName
{
color: #FE51F2;
}
.AnyTagClassName
{
color: #FE51F2;
}
</style>
background-color css
<style>
a { background-color: #FE51F2; }
a { background-color: rgb(254,81,242); }
div.DivClassName
{
background-color: #FE51F2;
}
.BgClassName
{
background-color: #FE51F2;
}
</style>
border-color css
<style>
span { border-color: #FE51F2; }
span { border-color: rgb(254,81,242); }
td.TdClassName
{
border-color: #FE51F2;
}
.TagClassName
{
border-color: #FE51F2;
}
</style>