Shades of Pink Flamingo #FF5CE7
Tints of Pink Flamingo #FF5CE7
RGB
CMYK
RGB Variations
Color information
#FF5CE7 (or 0xFF5CE7) is known color: Pink Flamingo. HEX triplet: FF, 5C and E7. RGB value is (255,92,231). Sum of RGB (Red+Green+Blue) = 255+92+231=578 (76% of max value = 765). Red value is 255 (100% from 255 or 44.12% from 578); Green value is 92 (36.33% from 255 or 15.92% from 578); Blue value is 231 (90.62% from 255 or 39.97% from 578); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5CE7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF5CE7 is #00A318. Grayscale: #9C9C9C. Windows color (decimal): -41753 or 15162623. OLE color: 15162623.
HSL color Cylindrical-coordinate representation of color #FF5CE7: hue angle of 308.83º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FF5CE7 is Cyan = 0, Magento = 0.64, Yellow = 0.09 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 92 | 231 | - |
| CMYK | 0 | 0.64 | 0.09 | 0 |
| HSL | 308.83º | 1% | 0.68% | - |
| HSV(B) | 308.83º | 0.64% | 1% | - |
| XYZ | 59.49 | 34.68 | 79.16 | - |
| YUV | 156.58 | 170 | 198.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 92 | 231 | 0 | 0.64 | 0.09 | 0 | 308.83 | 1 | 0.68 |
| Hex | FF | 5C | E7 | 0 | 40 | 9 | 0 | 135 | 64 | 44 |
| Octal | 377 | 134 | 347 | 0 | 100 | 11 | 0 | 465 | 144 | 104 |
| Binary | 11111111 | 1011100 | 11100111 | 0 | 1000000 | 1001 | 0 | 100110101 | 1100100 | 1000100 |
Color Harmonies of #FF5CE7
Complementary color
Monochromatic Colors of #FF5CE7
Black with #FF5CE7
Text Example
Text Example
White with #FF5CE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5CE7; }
p { color: rgb(255,92,231); }
H1.HeaderClassName
{
color: #FF5CE7;
}
.AnyTagClassName
{
color: #FF5CE7;
}
</style>
background-color css
<style>
a { background-color: #FF5CE7; }
a { background-color: rgb(255,92,231); }
div.DivClassName
{
background-color: #FF5CE7;
}
.BgClassName
{
background-color: #FF5CE7;
}
</style>
border-color css
<style>
span { border-color: #FF5CE7; }
span { border-color: rgb(255,92,231); }
td.TdClassName
{
border-color: #FF5CE7;
}
.TagClassName
{
border-color: #FF5CE7;
}
</style>