Shades of Pink Flamingo #FF4AEC
Tints of Pink Flamingo #FF4AEC
RGB
CMYK
RGB Variations
Color information
#FF4AEC (or 0xFF4AEC) is known color: Pink Flamingo. HEX triplet: FF, 4A and EC. RGB value is (255,74,236). Sum of RGB (Red+Green+Blue) = 255+74+236=565 (74% of max value = 765). Red value is 255 (100% from 255 or 45.13% from 565); Green value is 74 (29.30% from 255 or 13.10% from 565); Blue value is 236 (92.58% from 255 or 41.77% from 565); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4AEC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF4AEC is #00B513. Grayscale: #929292. Windows color (decimal): -46356 or 15485695. OLE color: 15485695.
HSL color Cylindrical-coordinate representation of color #FF4AEC: hue angle of 306.3º 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 #FF4AEC is Cyan = 0, Magento = 0.71, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 74 | 236 | - |
| CMYK | 0 | 0.71 | 0.07 | 0 |
| HSL | 306.3º | 1% | 0.65% | - |
| HSV(B) | 306.3º | 0.71% | 1% | - |
| XYZ | 58.83 | 32.21 | 82.47 | - |
| YUV | 146.59 | 178.47 | 205.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 74 | 236 | 0 | 0.71 | 0.07 | 0 | 306.3 | 1 | 0.65 |
| Hex | FF | 4A | EC | 0 | 47 | 7 | 0 | 132 | 64 | 41 |
| Octal | 377 | 112 | 354 | 0 | 107 | 7 | 0 | 462 | 144 | 101 |
| Binary | 11111111 | 1001010 | 11101100 | 0 | 1000111 | 111 | 0 | 100110010 | 1100100 | 1000001 |
Color Harmonies of #FF4AEC
Complementary color
Monochromatic Colors of #FF4AEC
Black with #FF4AEC
Text Example
Text Example
White with #FF4AEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4AEC; }
p { color: rgb(255,74,236); }
H1.HeaderClassName
{
color: #FF4AEC;
}
.AnyTagClassName
{
color: #FF4AEC;
}
</style>
background-color css
<style>
a { background-color: #FF4AEC; }
a { background-color: rgb(255,74,236); }
div.DivClassName
{
background-color: #FF4AEC;
}
.BgClassName
{
background-color: #FF4AEC;
}
</style>
border-color css
<style>
span { border-color: #FF4AEC; }
span { border-color: rgb(255,74,236); }
td.TdClassName
{
border-color: #FF4AEC;
}
.TagClassName
{
border-color: #FF4AEC;
}
</style>