Shades of Pink Flamingo #FF4FEC
Tints of Pink Flamingo #FF4FEC
RGB
CMYK
RGB Variations
Color information
#FF4FEC (or 0xFF4FEC) is known color: Pink Flamingo. HEX triplet: FF, 4F and EC. RGB value is (255,79,236). Sum of RGB (Red+Green+Blue) = 255+79+236=570 (75% of max value = 765). Red value is 255 (100% from 255 or 44.74% from 570); Green value is 79 (31.25% from 255 or 13.86% from 570); Blue value is 236 (92.58% from 255 or 41.40% from 570); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4FEC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF4FEC is #00B013. Grayscale: #959595. Windows color (decimal): -45076 or 15486975. OLE color: 15486975.
HSL color Cylindrical-coordinate representation of color #FF4FEC: hue angle of 306.48º 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 #FF4FEC is Cyan = 0, Magento = 0.69, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 79 | 236 | - |
| CMYK | 0 | 0.69 | 0.07 | 0 |
| HSL | 306.48º | 1% | 0.65% | - |
| HSV(B) | 306.48º | 0.69% | 1% | - |
| XYZ | 59.18 | 32.91 | 82.59 | - |
| YUV | 149.52 | 176.81 | 203.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 79 | 236 | 0 | 0.69 | 0.07 | 0 | 306.48 | 1 | 0.65 |
| Hex | FF | 4F | EC | 0 | 45 | 7 | 0 | 132 | 64 | 41 |
| Octal | 377 | 117 | 354 | 0 | 105 | 7 | 0 | 462 | 144 | 101 |
| Binary | 11111111 | 1001111 | 11101100 | 0 | 1000101 | 111 | 0 | 100110010 | 1100100 | 1000001 |
Color Harmonies of #FF4FEC
Complementary color
Monochromatic Colors of #FF4FEC
Black with #FF4FEC
Text Example
Text Example
White with #FF4FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4FEC; }
p { color: rgb(255,79,236); }
H1.HeaderClassName
{
color: #FF4FEC;
}
.AnyTagClassName
{
color: #FF4FEC;
}
</style>
background-color css
<style>
a { background-color: #FF4FEC; }
a { background-color: rgb(255,79,236); }
div.DivClassName
{
background-color: #FF4FEC;
}
.BgClassName
{
background-color: #FF4FEC;
}
</style>
border-color css
<style>
span { border-color: #FF4FEC; }
span { border-color: rgb(255,79,236); }
td.TdClassName
{
border-color: #FF4FEC;
}
.TagClassName
{
border-color: #FF4FEC;
}
</style>