Shades of Pink Flamingo #FF4FED
Tints of Pink Flamingo #FF4FED
RGB
CMYK
RGB Variations
Color information
#FF4FED (or 0xFF4FED) is known color: Pink Flamingo. HEX triplet: FF, 4F and ED. RGB value is (255,79,237). Sum of RGB (Red+Green+Blue) = 255+79+237=571 (75% of max value = 765). Red value is 255 (100% from 255 or 44.66% from 571); Green value is 79 (31.25% from 255 or 13.84% from 571); Blue value is 237 (92.97% from 255 or 41.51% from 571); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4FED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF4FED is #00B012. Grayscale: #959595. Windows color (decimal): -45075 or 15552511. OLE color: 15552511.
HSL color Cylindrical-coordinate representation of color #FF4FED: hue angle of 306.14º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FF4FED is Cyan = 0, Magento = 0.69, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 79 | 237 | - |
| CMYK | 0 | 0.69 | 0.07 | 0 |
| HSL | 306.14º | 1% | 0.65% | - |
| HSV(B) | 306.14º | 0.69% | 1% | - |
| XYZ | 59.32 | 32.97 | 83.36 | - |
| YUV | 149.64 | 177.31 | 203.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 79 | 237 | 0 | 0.69 | 0.07 | 0 | 306.14 | 1 | 0.65 |
| Hex | FF | 4F | ED | 0 | 45 | 7 | 0 | 132 | 64 | 41 |
| Octal | 377 | 117 | 355 | 0 | 105 | 7 | 0 | 462 | 144 | 101 |
| Binary | 11111111 | 1001111 | 11101101 | 0 | 1000101 | 111 | 0 | 100110010 | 1100100 | 1000001 |
Color Harmonies of #FF4FED
Complementary color
Monochromatic Colors of #FF4FED
Black with #FF4FED
Text Example
Text Example
White with #FF4FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4FED; }
p { color: rgb(255,79,237); }
H1.HeaderClassName
{
color: #FF4FED;
}
.AnyTagClassName
{
color: #FF4FED;
}
</style>
background-color css
<style>
a { background-color: #FF4FED; }
a { background-color: rgb(255,79,237); }
div.DivClassName
{
background-color: #FF4FED;
}
.BgClassName
{
background-color: #FF4FED;
}
</style>
border-color css
<style>
span { border-color: #FF4FED; }
span { border-color: rgb(255,79,237); }
td.TdClassName
{
border-color: #FF4FED;
}
.TagClassName
{
border-color: #FF4FED;
}
</style>