Shades of Pink Flamingo #FE5CF0
Tints of Pink Flamingo #FE5CF0
RGB
CMYK
RGB Variations
Color information
#FE5CF0 (or 0xFE5CF0) is known color: Pink Flamingo. HEX triplet: FE, 5C and F0. RGB value is (254,92,240). Sum of RGB (Red+Green+Blue) = 254+92+240=586 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.34% from 586); Green value is 92 (36.33% from 255 or 15.70% from 586); Blue value is 240 (94.14% from 255 or 40.96% from 586); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5CF0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE5CF0 is #01A30F. Grayscale: #9C9C9C. Windows color (decimal): -107280 or 15752446. OLE color: 15752446.
HSL color Cylindrical-coordinate representation of color #FE5CF0: hue angle of 305.19º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FE5CF0 is Cyan = 0, Magento = 0.64, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 92 | 240 | - |
| CMYK | 0 | 0.64 | 0.06 | 0.00 |
| HSL | 305.19º | 0.99% | 0.68% | - |
| HSV(B) | 305.19º | 0.64% | 1% | - |
| XYZ | 60.43 | 35.02 | 86.01 | - |
| YUV | 157.31 | 174.67 | 196.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 92 | 240 | 0 | 0.64 | 0.06 | 0.00 | 305.19 | 0.99 | 0.68 |
| Hex | FE | 5C | F0 | 0 | 40 | 6 | 0 | 131 | 63 | 44 |
| Octal | 376 | 134 | 360 | 0 | 100 | 6 | 0 | 461 | 143 | 104 |
| Binary | 11111110 | 1011100 | 11110000 | 0 | 1000000 | 110 | 0 | 100110001 | 1100011 | 1000100 |
Color Harmonies of #FE5CF0
Complementary color
Monochromatic Colors of #FE5CF0
Black with #FE5CF0
Text Example
Text Example
White with #FE5CF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5CF0; }
p { color: rgb(254,92,240); }
H1.HeaderClassName
{
color: #FE5CF0;
}
.AnyTagClassName
{
color: #FE5CF0;
}
</style>
background-color css
<style>
a { background-color: #FE5CF0; }
a { background-color: rgb(254,92,240); }
div.DivClassName
{
background-color: #FE5CF0;
}
.BgClassName
{
background-color: #FE5CF0;
}
</style>
border-color css
<style>
span { border-color: #FE5CF0; }
span { border-color: rgb(254,92,240); }
td.TdClassName
{
border-color: #FE5CF0;
}
.TagClassName
{
border-color: #FE5CF0;
}
</style>