Shades of Pink Flamingo #FF4DEE
Tints of Pink Flamingo #FF4DEE
RGB
CMYK
RGB Variations
Color information
#FF4DEE (or 0xFF4DEE) is known color: Pink Flamingo. HEX triplet: FF, 4D and EE. RGB value is (255,77,238). Sum of RGB (Red+Green+Blue) = 255+77+238=570 (75% of max value = 765). Red value is 255 (100% from 255 or 44.74% from 570); Green value is 77 (30.47% from 255 or 13.51% from 570); Blue value is 238 (93.36% from 255 or 41.75% from 570); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4DEE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF4DEE is #00B211. Grayscale: #949494. Windows color (decimal): -45586 or 15617535. OLE color: 15617535.
HSL color Cylindrical-coordinate representation of color #FF4DEE: hue angle of 305.73º 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 #FF4DEE is Cyan = 0, Magento = 0.70, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 77 | 238 | - |
| CMYK | 0 | 0.70 | 0.07 | 0 |
| HSL | 305.73º | 1% | 0.65% | - |
| HSV(B) | 305.73º | 0.7% | 1% | - |
| XYZ | 59.33 | 32.74 | 84.08 | - |
| YUV | 148.58 | 178.47 | 203.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 77 | 238 | 0 | 0.70 | 0.07 | 0 | 305.73 | 1 | 0.65 |
| Hex | FF | 4D | EE | 0 | 46 | 7 | 0 | 132 | 64 | 41 |
| Octal | 377 | 115 | 356 | 0 | 106 | 7 | 0 | 462 | 144 | 101 |
| Binary | 11111111 | 1001101 | 11101110 | 0 | 1000110 | 111 | 0 | 100110010 | 1100100 | 1000001 |
Color Harmonies of #FF4DEE
Complementary color
Monochromatic Colors of #FF4DEE
Black with #FF4DEE
Text Example
Text Example
White with #FF4DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4DEE; }
p { color: rgb(255,77,238); }
H1.HeaderClassName
{
color: #FF4DEE;
}
.AnyTagClassName
{
color: #FF4DEE;
}
</style>
background-color css
<style>
a { background-color: #FF4DEE; }
a { background-color: rgb(255,77,238); }
div.DivClassName
{
background-color: #FF4DEE;
}
.BgClassName
{
background-color: #FF4DEE;
}
</style>
border-color css
<style>
span { border-color: #FF4DEE; }
span { border-color: rgb(255,77,238); }
td.TdClassName
{
border-color: #FF4DEE;
}
.TagClassName
{
border-color: #FF4DEE;
}
</style>