Shades of Pink Flamingo #FF4DFE
Tints of Pink Flamingo #FF4DFE
RGB
CMYK
RGB Variations
Color information
#FF4DFE (or 0xFF4DFE) is known color: Pink Flamingo. HEX triplet: FF, 4D and FE. RGB value is (255,77,254). Sum of RGB (Red+Green+Blue) = 255+77+254=586 (77% of max value = 765). Red value is 255 (100% from 255 or 43.52% from 586); Green value is 77 (30.47% from 255 or 13.14% from 586); Blue value is 254 (99.61% from 255 or 43.34% from 586); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4DFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF4DFE is #00B201. Grayscale: #959595. Windows color (decimal): -45570 or 16666111. OLE color: 16666111.
HSL color Cylindrical-coordinate representation of color #FF4DFE: hue angle of 300.34º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FF4DFE is Cyan = 0, Magento = 0.70, Yellow = 0.00 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 77 | 254 | - |
| CMYK | 0 | 0.70 | 0.00 | 0 |
| HSL | 300.34º | 1% | 0.65% | - |
| HSV(B) | 300.34º | 0.7% | 1% | - |
| XYZ | 61.78 | 33.72 | 97.02 | - |
| YUV | 150.4 | 186.47 | 202.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 77 | 254 | 0 | 0.70 | 0.00 | 0 | 300.34 | 1 | 0.65 |
| Hex | FF | 4D | FE | 0 | 46 | 0 | 0 | 12C | 64 | 41 |
| Octal | 377 | 115 | 376 | 0 | 106 | 0 | 0 | 454 | 144 | 101 |
| Binary | 11111111 | 1001101 | 11111110 | 0 | 1000110 | 0 | 0 | 100101100 | 1100100 | 1000001 |
Color Harmonies of #FF4DFE
Complementary color
Monochromatic Colors of #FF4DFE
Black with #FF4DFE
Text Example
Text Example
White with #FF4DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4DFE; }
p { color: rgb(255,77,254); }
H1.HeaderClassName
{
color: #FF4DFE;
}
.AnyTagClassName
{
color: #FF4DFE;
}
</style>
background-color css
<style>
a { background-color: #FF4DFE; }
a { background-color: rgb(255,77,254); }
div.DivClassName
{
background-color: #FF4DFE;
}
.BgClassName
{
background-color: #FF4DFE;
}
</style>
border-color css
<style>
span { border-color: #FF4DFE; }
span { border-color: rgb(255,77,254); }
td.TdClassName
{
border-color: #FF4DFE;
}
.TagClassName
{
border-color: #FF4DFE;
}
</style>