Shades of Pink Flamingo #FE5DF0
Tints of Pink Flamingo #FE5DF0
RGB
CMYK
RGB Variations
Color information
#FE5DF0 (or 0xFE5DF0) is known color: Pink Flamingo. HEX triplet: FE, 5D and F0. RGB value is (254,93,240). Sum of RGB (Red+Green+Blue) = 254+93+240=587 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.27% from 587); Green value is 93 (36.72% from 255 or 15.84% from 587); Blue value is 240 (94.14% from 255 or 40.89% from 587); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5DF0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE5DF0 is #01A20F. Grayscale: #9D9D9D. Windows color (decimal): -107024 or 15752702. OLE color: 15752702.
HSL color Cylindrical-coordinate representation of color #FE5DF0: hue angle of 305.22º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FE5DF0 is Cyan = 0, Magento = 0.63, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 93 | 240 | - |
| CMYK | 0 | 0.63 | 0.06 | 0.00 |
| HSL | 305.22º | 0.99% | 0.68% | - |
| HSV(B) | 305.22º | 0.63% | 1% | - |
| XYZ | 60.52 | 35.19 | 86.04 | - |
| YUV | 157.9 | 174.34 | 196.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 93 | 240 | 0 | 0.63 | 0.06 | 0.00 | 305.22 | 0.99 | 0.68 |
| Hex | FE | 5D | F0 | 0 | 3F | 6 | 0 | 131 | 63 | 44 |
| Octal | 376 | 135 | 360 | 0 | 77 | 6 | 0 | 461 | 143 | 104 |
| Binary | 11111110 | 1011101 | 11110000 | 0 | 111111 | 110 | 0 | 100110001 | 1100011 | 1000100 |
Color Harmonies of #FE5DF0
Complementary color
Monochromatic Colors of #FE5DF0
Black with #FE5DF0
Text Example
Text Example
White with #FE5DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5DF0; }
p { color: rgb(254,93,240); }
H1.HeaderClassName
{
color: #FE5DF0;
}
.AnyTagClassName
{
color: #FE5DF0;
}
</style>
background-color css
<style>
a { background-color: #FE5DF0; }
a { background-color: rgb(254,93,240); }
div.DivClassName
{
background-color: #FE5DF0;
}
.BgClassName
{
background-color: #FE5DF0;
}
</style>
border-color css
<style>
span { border-color: #FE5DF0; }
span { border-color: rgb(254,93,240); }
td.TdClassName
{
border-color: #FE5DF0;
}
.TagClassName
{
border-color: #FE5DF0;
}
</style>