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