Shades of Pink Flamingo #FF4CEB
Tints of Pink Flamingo #FF4CEB
RGB
CMYK
RGB Variations
Color information
#FF4CEB (or 0xFF4CEB) is known color: Pink Flamingo. HEX triplet: FF, 4C and EB. RGB value is (255,76,235). Sum of RGB (Red+Green+Blue) = 255+76+235=566 (74% of max value = 765). Red value is 255 (100% from 255 or 45.05% from 566); Green value is 76 (30.08% from 255 or 13.43% from 566); Blue value is 235 (92.19% from 255 or 41.52% from 566); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4CEB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF4CEB is #00B314. Grayscale: #939393. Windows color (decimal): -45845 or 15420671. OLE color: 15420671.
HSL color Cylindrical-coordinate representation of color #FF4CEB: hue angle of 306.7º 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 #FF4CEB is Cyan = 0, Magento = 0.70, Yellow = 0.08 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 76 | 235 | - |
| CMYK | 0 | 0.70 | 0.08 | 0 |
| HSL | 306.7º | 1% | 0.65% | - |
| HSV(B) | 306.7º | 0.7% | 1% | - |
| XYZ | 58.82 | 32.43 | 81.76 | - |
| YUV | 147.65 | 177.3 | 204.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 76 | 235 | 0 | 0.70 | 0.08 | 0 | 306.7 | 1 | 0.65 |
| Hex | FF | 4C | EB | 0 | 46 | 8 | 0 | 133 | 64 | 41 |
| Octal | 377 | 114 | 353 | 0 | 106 | 10 | 0 | 463 | 144 | 101 |
| Binary | 11111111 | 1001100 | 11101011 | 0 | 1000110 | 1000 | 0 | 100110011 | 1100100 | 1000001 |
Color Harmonies of #FF4CEB
Complementary color
Monochromatic Colors of #FF4CEB
Black with #FF4CEB
Text Example
Text Example
White with #FF4CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4CEB; }
p { color: rgb(255,76,235); }
H1.HeaderClassName
{
color: #FF4CEB;
}
.AnyTagClassName
{
color: #FF4CEB;
}
</style>
background-color css
<style>
a { background-color: #FF4CEB; }
a { background-color: rgb(255,76,235); }
div.DivClassName
{
background-color: #FF4CEB;
}
.BgClassName
{
background-color: #FF4CEB;
}
</style>
border-color css
<style>
span { border-color: #FF4CEB; }
span { border-color: rgb(255,76,235); }
td.TdClassName
{
border-color: #FF4CEB;
}
.TagClassName
{
border-color: #FF4CEB;
}
</style>