Shades of Pink Flamingo #FF4EFA
Tints of Pink Flamingo #FF4EFA
RGB
CMYK
RGB Variations
Color information
#FF4EFA (or 0xFF4EFA) is known color: Pink Flamingo. HEX triplet: FF, 4E and FA. RGB value is (255,78,250). Sum of RGB (Red+Green+Blue) = 255+78+250=583 (77% of max value = 765). Red value is 255 (100% from 255 or 43.74% from 583); Green value is 78 (30.86% from 255 or 13.38% from 583); Blue value is 250 (98.05% from 255 or 42.88% from 583); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4EFA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF4EFA is #00B105. Grayscale: #969696. Windows color (decimal): -45318 or 16404223. OLE color: 16404223.
HSL color Cylindrical-coordinate representation of color #FF4EFA: hue angle of 301.69º 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 #FF4EFA is Cyan = 0, Magento = 0.69, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 78 | 250 | - |
| CMYK | 0 | 0.69 | 0.02 | 0 |
| HSL | 301.69º | 1% | 0.65% | - |
| HSV(B) | 301.69º | 0.69% | 1% | - |
| XYZ | 61.22 | 33.61 | 93.7 | - |
| YUV | 150.53 | 184.14 | 202.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 78 | 250 | 0 | 0.69 | 0.02 | 0 | 301.69 | 1 | 0.65 |
| Hex | FF | 4E | FA | 0 | 45 | 2 | 0 | 12E | 64 | 41 |
| Octal | 377 | 116 | 372 | 0 | 105 | 2 | 0 | 456 | 144 | 101 |
| Binary | 11111111 | 1001110 | 11111010 | 0 | 1000101 | 10 | 0 | 100101110 | 1100100 | 1000001 |
Color Harmonies of #FF4EFA
Complementary color
Monochromatic Colors of #FF4EFA
Black with #FF4EFA
Text Example
Text Example
White with #FF4EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4EFA; }
p { color: rgb(255,78,250); }
H1.HeaderClassName
{
color: #FF4EFA;
}
.AnyTagClassName
{
color: #FF4EFA;
}
</style>
background-color css
<style>
a { background-color: #FF4EFA; }
a { background-color: rgb(255,78,250); }
div.DivClassName
{
background-color: #FF4EFA;
}
.BgClassName
{
background-color: #FF4EFA;
}
</style>
border-color css
<style>
span { border-color: #FF4EFA; }
span { border-color: rgb(255,78,250); }
td.TdClassName
{
border-color: #FF4EFA;
}
.TagClassName
{
border-color: #FF4EFA;
}
</style>