Shades of Pink Flamingo #FF4AED
Tints of Pink Flamingo #FF4AED
RGB
CMYK
RGB Variations
Color information
#FF4AED (or 0xFF4AED) is known color: Pink Flamingo. HEX triplet: FF, 4A and ED. RGB value is (255,74,237). Sum of RGB (Red+Green+Blue) = 255+74+237=566 (74% of max value = 765). Red value is 255 (100% from 255 or 45.05% from 566); Green value is 74 (29.30% from 255 or 13.07% from 566); Blue value is 237 (92.97% from 255 or 41.87% from 566); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4AED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF4AED is #00B512. Grayscale: #929292. Windows color (decimal): -46355 or 15551231. OLE color: 15551231.
HSL color Cylindrical-coordinate representation of color #FF4AED: hue angle of 305.97º 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 #FF4AED is Cyan = 0, Magento = 0.71, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 74 | 237 | - |
| CMYK | 0 | 0.71 | 0.07 | 0 |
| HSL | 305.97º | 1% | 0.65% | - |
| HSV(B) | 305.97º | 0.71% | 1% | - |
| XYZ | 58.97 | 32.27 | 83.24 | - |
| YUV | 146.7 | 178.97 | 205.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 74 | 237 | 0 | 0.71 | 0.07 | 0 | 305.97 | 1 | 0.65 |
| Hex | FF | 4A | ED | 0 | 47 | 7 | 0 | 132 | 64 | 41 |
| Octal | 377 | 112 | 355 | 0 | 107 | 7 | 0 | 462 | 144 | 101 |
| Binary | 11111111 | 1001010 | 11101101 | 0 | 1000111 | 111 | 0 | 100110010 | 1100100 | 1000001 |
Color Harmonies of #FF4AED
Complementary color
Monochromatic Colors of #FF4AED
Black with #FF4AED
Text Example
Text Example
White with #FF4AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4AED; }
p { color: rgb(255,74,237); }
H1.HeaderClassName
{
color: #FF4AED;
}
.AnyTagClassName
{
color: #FF4AED;
}
</style>
background-color css
<style>
a { background-color: #FF4AED; }
a { background-color: rgb(255,74,237); }
div.DivClassName
{
background-color: #FF4AED;
}
.BgClassName
{
background-color: #FF4AED;
}
</style>
border-color css
<style>
span { border-color: #FF4AED; }
span { border-color: rgb(255,74,237); }
td.TdClassName
{
border-color: #FF4AED;
}
.TagClassName
{
border-color: #FF4AED;
}
</style>