Shades of Pink Flamingo #FF4DF5
Tints of Pink Flamingo #FF4DF5
RGB
CMYK
RGB Variations
Color information
#FF4DF5 (or 0xFF4DF5) is known color: Pink Flamingo. HEX triplet: FF, 4D and F5. RGB value is (255,77,245). Sum of RGB (Red+Green+Blue) = 255+77+245=577 (76% of max value = 765). Red value is 255 (100% from 255 or 44.19% from 577); Green value is 77 (30.47% from 255 or 13.34% from 577); Blue value is 245 (96.09% from 255 or 42.46% from 577); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4DF5 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF4DF5 is #00B20A. Grayscale: #949494. Windows color (decimal): -45579 or 16076287. OLE color: 16076287.
HSL color Cylindrical-coordinate representation of color #FF4DF5: hue angle of 303.37º 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 #FF4DF5 is Cyan = 0, Magento = 0.70, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 77 | 245 | - |
| CMYK | 0 | 0.70 | 0.04 | 0 |
| HSL | 303.37º | 1% | 0.65% | - |
| HSV(B) | 303.37º | 0.7% | 1% | - |
| XYZ | 60.38 | 33.16 | 89.6 | - |
| YUV | 149.37 | 181.97 | 203.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 77 | 245 | 0 | 0.70 | 0.04 | 0 | 303.37 | 1 | 0.65 |
| Hex | FF | 4D | F5 | 0 | 46 | 4 | 0 | 12F | 64 | 41 |
| Octal | 377 | 115 | 365 | 0 | 106 | 4 | 0 | 457 | 144 | 101 |
| Binary | 11111111 | 1001101 | 11110101 | 0 | 1000110 | 100 | 0 | 100101111 | 1100100 | 1000001 |
Color Harmonies of #FF4DF5
Complementary color
Monochromatic Colors of #FF4DF5
Black with #FF4DF5
Text Example
Text Example
White with #FF4DF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4DF5; }
p { color: rgb(255,77,245); }
H1.HeaderClassName
{
color: #FF4DF5;
}
.AnyTagClassName
{
color: #FF4DF5;
}
</style>
background-color css
<style>
a { background-color: #FF4DF5; }
a { background-color: rgb(255,77,245); }
div.DivClassName
{
background-color: #FF4DF5;
}
.BgClassName
{
background-color: #FF4DF5;
}
</style>
border-color css
<style>
span { border-color: #FF4DF5; }
span { border-color: rgb(255,77,245); }
td.TdClassName
{
border-color: #FF4DF5;
}
.TagClassName
{
border-color: #FF4DF5;
}
</style>