Shades of Pink Flamingo #FF4BEC
Tints of Pink Flamingo #FF4BEC
RGB
CMYK
RGB Variations
Color information
#FF4BEC (or 0xFF4BEC) is known color: Pink Flamingo. HEX triplet: FF, 4B and EC. RGB value is (255,75,236). Sum of RGB (Red+Green+Blue) = 255+75+236=566 (74% of max value = 765). Red value is 255 (100% from 255 or 45.05% from 566); Green value is 75 (29.69% from 255 or 13.25% from 566); Blue value is 236 (92.58% from 255 or 41.70% from 566); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4BEC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF4BEC is #00B413. Grayscale: #929292. Windows color (decimal): -46100 or 15485951. OLE color: 15485951.
HSL color Cylindrical-coordinate representation of color #FF4BEC: hue angle of 306.33º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FF4BEC is Cyan = 0, Magento = 0.71, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 75 | 236 | - |
| CMYK | 0 | 0.71 | 0.07 | 0 |
| HSL | 306.33º | 1% | 0.65% | - |
| HSV(B) | 306.33º | 0.71% | 1% | - |
| XYZ | 58.9 | 32.35 | 82.5 | - |
| YUV | 147.17 | 178.13 | 204.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 75 | 236 | 0 | 0.71 | 0.07 | 0 | 306.33 | 1 | 0.65 |
| Hex | FF | 4B | EC | 0 | 47 | 7 | 0 | 132 | 64 | 41 |
| Octal | 377 | 113 | 354 | 0 | 107 | 7 | 0 | 462 | 144 | 101 |
| Binary | 11111111 | 1001011 | 11101100 | 0 | 1000111 | 111 | 0 | 100110010 | 1100100 | 1000001 |
Color Harmonies of #FF4BEC
Complementary color
Monochromatic Colors of #FF4BEC
Black with #FF4BEC
Text Example
Text Example
White with #FF4BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4BEC; }
p { color: rgb(255,75,236); }
H1.HeaderClassName
{
color: #FF4BEC;
}
.AnyTagClassName
{
color: #FF4BEC;
}
</style>
background-color css
<style>
a { background-color: #FF4BEC; }
a { background-color: rgb(255,75,236); }
div.DivClassName
{
background-color: #FF4BEC;
}
.BgClassName
{
background-color: #FF4BEC;
}
</style>
border-color css
<style>
span { border-color: #FF4BEC; }
span { border-color: rgb(255,75,236); }
td.TdClassName
{
border-color: #FF4BEC;
}
.TagClassName
{
border-color: #FF4BEC;
}
</style>