Shades of Pink Flamingo #FD4DF5
Tints of Pink Flamingo #FD4DF5
RGB
CMYK
RGB Variations
Color information
#FD4DF5 (or 0xFD4DF5) is known color: Pink Flamingo. HEX triplet: FD, 4D and F5. RGB value is (253,77,245). Sum of RGB (Red+Green+Blue) = 253+77+245=575 (76% of max value = 765). Red value is 253 (99.22% from 255 or 44% from 575); Green value is 77 (30.47% from 255 or 13.39% from 575); Blue value is 245 (96.09% from 255 or 42.61% from 575); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4DF5 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FD4DF5 is #02B20A. Grayscale: #949494. Windows color (decimal): -176651 or 16076285. OLE color: 16076285.
HSL color Cylindrical-coordinate representation of color #FD4DF5: hue angle of 302.73º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FD4DF5 is Cyan = 0, Magento = 0.70, Yellow = 0.03 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 77 | 245 | - |
| CMYK | 0 | 0.70 | 0.03 | 0.01 |
| HSL | 302.73º | 0.98% | 0.65% | - |
| HSV(B) | 302.73º | 0.7% | 0.99% | - |
| XYZ | 59.64 | 32.78 | 89.57 | - |
| YUV | 148.78 | 182.31 | 202.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 77 | 245 | 0 | 0.70 | 0.03 | 0.01 | 302.73 | 0.98 | 0.65 |
| Hex | FD | 4D | F5 | 0 | 46 | 3 | 1 | 12F | 62 | 41 |
| Octal | 375 | 115 | 365 | 0 | 106 | 3 | 1 | 457 | 142 | 101 |
| Binary | 11111101 | 1001101 | 11110101 | 0 | 1000110 | 11 | 1 | 100101111 | 1100010 | 1000001 |
Color Harmonies of #FD4DF5
Complementary color
Monochromatic Colors of #FD4DF5
Black with #FD4DF5
Text Example
Text Example
White with #FD4DF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD4DF5; }
p { color: rgb(253,77,245); }
H1.HeaderClassName
{
color: #FD4DF5;
}
.AnyTagClassName
{
color: #FD4DF5;
}
</style>
background-color css
<style>
a { background-color: #FD4DF5; }
a { background-color: rgb(253,77,245); }
div.DivClassName
{
background-color: #FD4DF5;
}
.BgClassName
{
background-color: #FD4DF5;
}
</style>
border-color css
<style>
span { border-color: #FD4DF5; }
span { border-color: rgb(253,77,245); }
td.TdClassName
{
border-color: #FD4DF5;
}
.TagClassName
{
border-color: #FD4DF5;
}
</style>