Shades of Pink Flamingo #FF4CED
Tints of Pink Flamingo #FF4CED
RGB
CMYK
RGB Variations
Color information
#FF4CED (or 0xFF4CED) is known color: Pink Flamingo. HEX triplet: FF, 4C and ED. RGB value is (255,76,237). Sum of RGB (Red+Green+Blue) = 255+76+237=568 (75% of max value = 765). Red value is 255 (100% from 255 or 44.89% from 568); Green value is 76 (30.08% from 255 or 13.38% from 568); Blue value is 237 (92.97% from 255 or 41.73% from 568); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4CED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF4CED is #00B312. Grayscale: #939393. Windows color (decimal): -45843 or 15551743. OLE color: 15551743.
HSL color Cylindrical-coordinate representation of color #FF4CED: hue angle of 306.03º 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 #FF4CED is Cyan = 0, Magento = 0.70, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 76 | 237 | - |
| CMYK | 0 | 0.70 | 0.07 | 0 |
| HSL | 306.03º | 1% | 0.65% | - |
| HSV(B) | 306.03º | 0.7% | 1% | - |
| XYZ | 59.11 | 32.54 | 83.29 | - |
| YUV | 147.88 | 178.3 | 204.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 76 | 237 | 0 | 0.70 | 0.07 | 0 | 306.03 | 1 | 0.65 |
| Hex | FF | 4C | ED | 0 | 46 | 7 | 0 | 132 | 64 | 41 |
| Octal | 377 | 114 | 355 | 0 | 106 | 7 | 0 | 462 | 144 | 101 |
| Binary | 11111111 | 1001100 | 11101101 | 0 | 1000110 | 111 | 0 | 100110010 | 1100100 | 1000001 |
Color Harmonies of #FF4CED
Complementary color
Monochromatic Colors of #FF4CED
Black with #FF4CED
Text Example
Text Example
White with #FF4CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4CED; }
p { color: rgb(255,76,237); }
H1.HeaderClassName
{
color: #FF4CED;
}
.AnyTagClassName
{
color: #FF4CED;
}
</style>
background-color css
<style>
a { background-color: #FF4CED; }
a { background-color: rgb(255,76,237); }
div.DivClassName
{
background-color: #FF4CED;
}
.BgClassName
{
background-color: #FF4CED;
}
</style>
border-color css
<style>
span { border-color: #FF4CED; }
span { border-color: rgb(255,76,237); }
td.TdClassName
{
border-color: #FF4CED;
}
.TagClassName
{
border-color: #FF4CED;
}
</style>