Shades of Pink Flamingo #FF4DFD
Tints of Pink Flamingo #FF4DFD
RGB
CMYK
RGB Variations
Color information
#FF4DFD (or 0xFF4DFD) is known color: Pink Flamingo. HEX triplet: FF, 4D and FD. RGB value is (255,77,253). Sum of RGB (Red+Green+Blue) = 255+77+253=585 (77% of max value = 765). Red value is 255 (100% from 255 or 43.59% from 585); Green value is 77 (30.47% from 255 or 13.16% from 585); Blue value is 253 (99.22% from 255 or 43.25% from 585); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4DFD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF4DFD is #00B202. Grayscale: #959595. Windows color (decimal): -45571 or 16600575. OLE color: 16600575.
HSL color Cylindrical-coordinate representation of color #FF4DFD: hue angle of 300.67º 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 #FF4DFD is Cyan = 0, Magento = 0.70, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 77 | 253 | - |
| CMYK | 0 | 0.70 | 0.01 | 0 |
| HSL | 300.67º | 1% | 0.65% | - |
| HSV(B) | 300.67º | 0.7% | 1% | - |
| XYZ | 61.62 | 33.66 | 96.18 | - |
| YUV | 150.29 | 185.97 | 202.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 77 | 253 | 0 | 0.70 | 0.01 | 0 | 300.67 | 1 | 0.65 |
| Hex | FF | 4D | FD | 0 | 46 | 1 | 0 | 12D | 64 | 41 |
| Octal | 377 | 115 | 375 | 0 | 106 | 1 | 0 | 455 | 144 | 101 |
| Binary | 11111111 | 1001101 | 11111101 | 0 | 1000110 | 1 | 0 | 100101101 | 1100100 | 1000001 |
Color Harmonies of #FF4DFD
Complementary color
Monochromatic Colors of #FF4DFD
Black with #FF4DFD
Text Example
Text Example
White with #FF4DFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4DFD; }
p { color: rgb(255,77,253); }
H1.HeaderClassName
{
color: #FF4DFD;
}
.AnyTagClassName
{
color: #FF4DFD;
}
</style>
background-color css
<style>
a { background-color: #FF4DFD; }
a { background-color: rgb(255,77,253); }
div.DivClassName
{
background-color: #FF4DFD;
}
.BgClassName
{
background-color: #FF4DFD;
}
</style>
border-color css
<style>
span { border-color: #FF4DFD; }
span { border-color: rgb(255,77,253); }
td.TdClassName
{
border-color: #FF4DFD;
}
.TagClassName
{
border-color: #FF4DFD;
}
</style>