Shades of Pink Flamingo #FF4EFD
Tints of Pink Flamingo #FF4EFD
RGB
CMYK
RGB Variations
Color information
#FF4EFD (or 0xFF4EFD) is known color: Pink Flamingo. HEX triplet: FF, 4E and FD. RGB value is (255,78,253). Sum of RGB (Red+Green+Blue) = 255+78+253=586 (77% of max value = 765). Red value is 255 (100% from 255 or 43.52% from 586); Green value is 78 (30.86% from 255 or 13.31% from 586); Blue value is 253 (99.22% from 255 or 43.17% from 586); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4EFD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF4EFD is #00B102. Grayscale: #969696. Windows color (decimal): -45315 or 16600831. OLE color: 16600831.
HSL color Cylindrical-coordinate representation of color #FF4EFD: hue angle of 300.68º 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 #FF4EFD is Cyan = 0, Magento = 0.69, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 78 | 253 | - |
| CMYK | 0 | 0.69 | 0.01 | 0 |
| HSL | 300.68º | 1% | 0.65% | - |
| HSV(B) | 300.68º | 0.69% | 1% | - |
| XYZ | 61.69 | 33.8 | 96.2 | - |
| YUV | 150.87 | 185.64 | 202.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 78 | 253 | 0 | 0.69 | 0.01 | 0 | 300.68 | 1 | 0.65 |
| Hex | FF | 4E | FD | 0 | 45 | 1 | 0 | 12D | 64 | 41 |
| Octal | 377 | 116 | 375 | 0 | 105 | 1 | 0 | 455 | 144 | 101 |
| Binary | 11111111 | 1001110 | 11111101 | 0 | 1000101 | 1 | 0 | 100101101 | 1100100 | 1000001 |
Color Harmonies of #FF4EFD
Complementary color
Monochromatic Colors of #FF4EFD
Black with #FF4EFD
Text Example
Text Example
White with #FF4EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4EFD; }
p { color: rgb(255,78,253); }
H1.HeaderClassName
{
color: #FF4EFD;
}
.AnyTagClassName
{
color: #FF4EFD;
}
</style>
background-color css
<style>
a { background-color: #FF4EFD; }
a { background-color: rgb(255,78,253); }
div.DivClassName
{
background-color: #FF4EFD;
}
.BgClassName
{
background-color: #FF4EFD;
}
</style>
border-color css
<style>
span { border-color: #FF4EFD; }
span { border-color: rgb(255,78,253); }
td.TdClassName
{
border-color: #FF4EFD;
}
.TagClassName
{
border-color: #FF4EFD;
}
</style>