Shades of Pink Flamingo #FE57FD
Tints of Pink Flamingo #FE57FD
RGB
CMYK
RGB Variations
Color information
#FE57FD (or 0xFE57FD) is known color: Pink Flamingo. HEX triplet: FE, 57 and FD. RGB value is (254,87,253). Sum of RGB (Red+Green+Blue) = 254+87+253=594 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.76% from 594); Green value is 87 (34.38% from 255 or 14.65% from 594); Blue value is 253 (99.22% from 255 or 42.59% from 594); Max value from RGB is 254 - color contains mainly: red. Hex color #FE57FD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE57FD is #01A802. Grayscale: #9B9B9B. Windows color (decimal): -108547 or 16603134. OLE color: 16603134.
HSL color Cylindrical-coordinate representation of color #FE57FD: hue angle of 300.36º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FE57FD is Cyan = 0, Magento = 0.66, Yellow = 0.00 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 87 | 253 | - |
| CMYK | 0 | 0.66 | 0.00 | 0.00 |
| HSL | 300.36º | 0.99% | 0.67% | - |
| HSV(B) | 300.36º | 0.66% | 1% | - |
| XYZ | 62.01 | 34.98 | 96.41 | - |
| YUV | 155.86 | 182.83 | 198 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 87 | 253 | 0 | 0.66 | 0.00 | 0.00 | 300.36 | 0.99 | 0.67 |
| Hex | FE | 57 | FD | 0 | 42 | 0 | 0 | 12C | 63 | 43 |
| Octal | 376 | 127 | 375 | 0 | 102 | 0 | 0 | 454 | 143 | 103 |
| Binary | 11111110 | 1010111 | 11111101 | 0 | 1000010 | 0 | 0 | 100101100 | 1100011 | 1000011 |
Color Harmonies of #FE57FD
Complementary color
Monochromatic Colors of #FE57FD
Black with #FE57FD
Text Example
Text Example
White with #FE57FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE57FD; }
p { color: rgb(254,87,253); }
H1.HeaderClassName
{
color: #FE57FD;
}
.AnyTagClassName
{
color: #FE57FD;
}
</style>
background-color css
<style>
a { background-color: #FE57FD; }
a { background-color: rgb(254,87,253); }
div.DivClassName
{
background-color: #FE57FD;
}
.BgClassName
{
background-color: #FE57FD;
}
</style>
border-color css
<style>
span { border-color: #FE57FD; }
span { border-color: rgb(254,87,253); }
td.TdClassName
{
border-color: #FE57FD;
}
.TagClassName
{
border-color: #FE57FD;
}
</style>