Shades of Pink Flamingo #FF4EFE
Tints of Pink Flamingo #FF4EFE
RGB
CMYK
RGB Variations
Color information
#FF4EFE (or 0xFF4EFE) is known color: Pink Flamingo. HEX triplet: FF, 4E and FE. RGB value is (255,78,254). Sum of RGB (Red+Green+Blue) = 255+78+254=587 (77% of max value = 765). Red value is 255 (100% from 255 or 43.44% from 587); Green value is 78 (30.86% from 255 or 13.29% from 587); Blue value is 254 (99.61% from 255 or 43.27% from 587); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4EFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF4EFE is #00B101. Grayscale: #969696. Windows color (decimal): -45314 or 16666367. OLE color: 16666367.
HSL color Cylindrical-coordinate representation of color #FF4EFE: hue angle of 300.34º 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 #FF4EFE is Cyan = 0, Magento = 0.69, Yellow = 0.00 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 78 | 254 | - |
| CMYK | 0 | 0.69 | 0.00 | 0 |
| HSL | 300.34º | 1% | 0.65% | - |
| HSV(B) | 300.34º | 0.69% | 1% | - |
| XYZ | 61.85 | 33.86 | 97.04 | - |
| YUV | 150.99 | 186.14 | 202.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 78 | 254 | 0 | 0.69 | 0.00 | 0 | 300.34 | 1 | 0.65 |
| Hex | FF | 4E | FE | 0 | 45 | 0 | 0 | 12C | 64 | 41 |
| Octal | 377 | 116 | 376 | 0 | 105 | 0 | 0 | 454 | 144 | 101 |
| Binary | 11111111 | 1001110 | 11111110 | 0 | 1000101 | 0 | 0 | 100101100 | 1100100 | 1000001 |
Color Harmonies of #FF4EFE
Complementary color
Monochromatic Colors of #FF4EFE
Black with #FF4EFE
Text Example
Text Example
White with #FF4EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4EFE; }
p { color: rgb(255,78,254); }
H1.HeaderClassName
{
color: #FF4EFE;
}
.AnyTagClassName
{
color: #FF4EFE;
}
</style>
background-color css
<style>
a { background-color: #FF4EFE; }
a { background-color: rgb(255,78,254); }
div.DivClassName
{
background-color: #FF4EFE;
}
.BgClassName
{
background-color: #FF4EFE;
}
</style>
border-color css
<style>
span { border-color: #FF4EFE; }
span { border-color: rgb(255,78,254); }
td.TdClassName
{
border-color: #FF4EFE;
}
.TagClassName
{
border-color: #FF4EFE;
}
</style>