Shades of Pink Flamingo #FF4CEF
Tints of Pink Flamingo #FF4CEF
RGB
CMYK
RGB Variations
Color information
#FF4CEF (or 0xFF4CEF) is known color: Pink Flamingo. HEX triplet: FF, 4C and EF. RGB value is (255,76,239). Sum of RGB (Red+Green+Blue) = 255+76+239=570 (75% of max value = 765). Red value is 255 (100% from 255 or 44.74% from 570); Green value is 76 (30.08% from 255 or 13.33% from 570); Blue value is 239 (93.75% from 255 or 41.93% from 570); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4CEF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF4CEF is #00B310. Grayscale: #939393. Windows color (decimal): -45841 or 15682815. OLE color: 15682815.
HSL color Cylindrical-coordinate representation of color #FF4CEF: hue angle of 305.36º 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 #FF4CEF is Cyan = 0, Magento = 0.70, Yellow = 0.06 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 76 | 239 | - |
| CMYK | 0 | 0.70 | 0.06 | 0 |
| HSL | 305.36º | 1% | 0.65% | - |
| HSV(B) | 305.36º | 0.7% | 1% | - |
| XYZ | 59.4 | 32.66 | 84.83 | - |
| YUV | 148.1 | 179.3 | 204.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 76 | 239 | 0 | 0.70 | 0.06 | 0 | 305.36 | 1 | 0.65 |
| Hex | FF | 4C | EF | 0 | 46 | 6 | 0 | 131 | 64 | 41 |
| Octal | 377 | 114 | 357 | 0 | 106 | 6 | 0 | 461 | 144 | 101 |
| Binary | 11111111 | 1001100 | 11101111 | 0 | 1000110 | 110 | 0 | 100110001 | 1100100 | 1000001 |
Color Harmonies of #FF4CEF
Complementary color
Monochromatic Colors of #FF4CEF
Black with #FF4CEF
Text Example
Text Example
White with #FF4CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4CEF; }
p { color: rgb(255,76,239); }
H1.HeaderClassName
{
color: #FF4CEF;
}
.AnyTagClassName
{
color: #FF4CEF;
}
</style>
background-color css
<style>
a { background-color: #FF4CEF; }
a { background-color: rgb(255,76,239); }
div.DivClassName
{
background-color: #FF4CEF;
}
.BgClassName
{
background-color: #FF4CEF;
}
</style>
border-color css
<style>
span { border-color: #FF4CEF; }
span { border-color: rgb(255,76,239); }
td.TdClassName
{
border-color: #FF4CEF;
}
.TagClassName
{
border-color: #FF4CEF;
}
</style>