Shades of Pink Flamingo #FF4CEC
Tints of Pink Flamingo #FF4CEC
RGB
CMYK
RGB Variations
Color information
#FF4CEC (or 0xFF4CEC) is known color: Pink Flamingo. HEX triplet: FF, 4C and EC. RGB value is (255,76,236). Sum of RGB (Red+Green+Blue) = 255+76+236=567 (75% of max value = 765). Red value is 255 (100% from 255 or 44.97% from 567); Green value is 76 (30.08% from 255 or 13.40% from 567); Blue value is 236 (92.58% from 255 or 41.62% from 567); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4CEC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF4CEC is #00B313. Grayscale: #939393. Windows color (decimal): -45844 or 15486207. OLE color: 15486207.
HSL color Cylindrical-coordinate representation of color #FF4CEC: hue angle of 306.37º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FF4CEC is Cyan = 0, Magento = 0.70, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 76 | 236 | - |
| CMYK | 0 | 0.70 | 0.07 | 0 |
| HSL | 306.37º | 1% | 0.65% | - |
| HSV(B) | 306.37º | 0.7% | 1% | - |
| XYZ | 58.96 | 32.49 | 82.52 | - |
| YUV | 147.76 | 177.8 | 204.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 76 | 236 | 0 | 0.70 | 0.07 | 0 | 306.37 | 1 | 0.65 |
| Hex | FF | 4C | EC | 0 | 46 | 7 | 0 | 132 | 64 | 41 |
| Octal | 377 | 114 | 354 | 0 | 106 | 7 | 0 | 462 | 144 | 101 |
| Binary | 11111111 | 1001100 | 11101100 | 0 | 1000110 | 111 | 0 | 100110010 | 1100100 | 1000001 |
Color Harmonies of #FF4CEC
Complementary color
Monochromatic Colors of #FF4CEC
Black with #FF4CEC
Text Example
Text Example
White with #FF4CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4CEC; }
p { color: rgb(255,76,236); }
H1.HeaderClassName
{
color: #FF4CEC;
}
.AnyTagClassName
{
color: #FF4CEC;
}
</style>
background-color css
<style>
a { background-color: #FF4CEC; }
a { background-color: rgb(255,76,236); }
div.DivClassName
{
background-color: #FF4CEC;
}
.BgClassName
{
background-color: #FF4CEC;
}
</style>
border-color css
<style>
span { border-color: #FF4CEC; }
span { border-color: rgb(255,76,236); }
td.TdClassName
{
border-color: #FF4CEC;
}
.TagClassName
{
border-color: #FF4CEC;
}
</style>