Shades of Pink Flamingo #FF4EF4
Tints of Pink Flamingo #FF4EF4
RGB
CMYK
RGB Variations
Color information
#FF4EF4 (or 0xFF4EF4) is known color: Pink Flamingo. HEX triplet: FF, 4E and F4. RGB value is (255,78,244). Sum of RGB (Red+Green+Blue) = 255+78+244=577 (76% of max value = 765). Red value is 255 (100% from 255 or 44.19% from 577); Green value is 78 (30.86% from 255 or 13.52% from 577); Blue value is 244 (95.70% from 255 or 42.29% from 577); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4EF4 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF4EF4 is #00B10B. Grayscale: #959595. Windows color (decimal): -45324 or 16011007. OLE color: 16011007.
HSL color Cylindrical-coordinate representation of color #FF4EF4: hue angle of 303.73º 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 #FF4EF4 is Cyan = 0, Magento = 0.69, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 78 | 244 | - |
| CMYK | 0 | 0.69 | 0.04 | 0 |
| HSL | 303.73º | 1% | 0.65% | - |
| HSV(B) | 303.73º | 0.69% | 1% | - |
| XYZ | 60.29 | 33.24 | 88.83 | - |
| YUV | 149.85 | 181.14 | 203 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 78 | 244 | 0 | 0.69 | 0.04 | 0 | 303.73 | 1 | 0.65 |
| Hex | FF | 4E | F4 | 0 | 45 | 4 | 0 | 130 | 64 | 41 |
| Octal | 377 | 116 | 364 | 0 | 105 | 4 | 0 | 460 | 144 | 101 |
| Binary | 11111111 | 1001110 | 11110100 | 0 | 1000101 | 100 | 0 | 100110000 | 1100100 | 1000001 |
Color Harmonies of #FF4EF4
Complementary color
Monochromatic Colors of #FF4EF4
Black with #FF4EF4
Text Example
Text Example
White with #FF4EF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4EF4; }
p { color: rgb(255,78,244); }
H1.HeaderClassName
{
color: #FF4EF4;
}
.AnyTagClassName
{
color: #FF4EF4;
}
</style>
background-color css
<style>
a { background-color: #FF4EF4; }
a { background-color: rgb(255,78,244); }
div.DivClassName
{
background-color: #FF4EF4;
}
.BgClassName
{
background-color: #FF4EF4;
}
</style>
border-color css
<style>
span { border-color: #FF4EF4; }
span { border-color: rgb(255,78,244); }
td.TdClassName
{
border-color: #FF4EF4;
}
.TagClassName
{
border-color: #FF4EF4;
}
</style>