Shades of Pink Flamingo #FF4DFF
Tints of Pink Flamingo #FF4DFF
RGB
CMYK
RGB Variations
Color information
#FF4DFF (or 0xFF4DFF) is known color: Pink Flamingo. HEX triplet: FF, 4D and FF. RGB value is (255,77,255). Sum of RGB (Red+Green+Blue) = 255+77+255=587 (77% of max value = 765). Red value is 255 (100% from 255 or 43.44% from 587); Green value is 77 (30.47% from 255 or 13.12% from 587); Blue value is 255 (100% from 255 or 43.44% from 587); Max value from RGB is 255 - color contains mainly: red, blue. Hex color #FF4DFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF4DFF is #00B200. Grayscale: #959595. Windows color (decimal): -45569 or 16731647. OLE color: 16731647.
HSL color Cylindrical-coordinate representation of color #FF4DFF: hue angle of 300º 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 #FF4DFF is Cyan = 0, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 77 | 255 | - |
CMYK | 0 | 0.70 | 0 | 0 |
HSL | 300º | 1% | 0.65% | - |
HSV(B) | 300º | 0.7% | 1% | - |
XYZ | 61.94 | 33.79 | 97.86 | - |
YUV | 150.51 | 186.97 | 202.53 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 77 | 255 | 0 | 0.70 | 0 | 0 | 300 | 1 | 0.65 |
Hex | FF | 4D | FF | 0 | 46 | 0 | 0 | 12C | 64 | 41 |
Octal | 377 | 115 | 377 | 0 | 106 | 0 | 0 | 454 | 144 | 101 |
Binary | 11111111 | 1001101 | 11111111 | 0 | 1000110 | 0 | 0 | 100101100 | 1100100 | 1000001 |
Color Harmonies of #FF4DFF
Complementary color
Monochromatic Colors of #FF4DFF
Black with #FF4DFF
Text Example
Text Example
White with #FF4DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4DFF; }
p { color: rgb(255,77,255); }
H1.HeaderClassName
{
color: #FF4DFF;
}
.AnyTagClassName
{
color: #FF4DFF;
}
</style>
background-color css
<style>
a { background-color: #FF4DFF; }
a { background-color: rgb(255,77,255); }
div.DivClassName
{
background-color: #FF4DFF;
}
.BgClassName
{
background-color: #FF4DFF;
}
</style>
border-color css
<style>
span { border-color: #FF4DFF; }
span { border-color: rgb(255,77,255); }
td.TdClassName
{
border-color: #FF4DFF;
}
.TagClassName
{
border-color: #FF4DFF;
}
</style>