Shades of Pink Flamingo #FD64F0
Tints of Pink Flamingo #FD64F0
RGB
CMYK
RGB Variations
Color information
#FD64F0 (or 0xFD64F0) is known color: Pink Flamingo. HEX triplet: FD, 64 and F0. RGB value is (253,100,240). Sum of RGB (Red+Green+Blue) = 253+100+240=593 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.66% from 593); Green value is 100 (39.45% from 255 or 16.86% from 593); Blue value is 240 (94.14% from 255 or 40.47% from 593); Max value from RGB is 253 - color contains mainly: red. Hex color #FD64F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FD64F0 is #029B0F. Grayscale: #A1A1A1. Windows color (decimal): -170768 or 15754493. OLE color: 15754493.
HSL color Cylindrical-coordinate representation of color #FD64F0: hue angle of 305.1º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FD64F0 is Cyan = 0, Magento = 0.60, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 100 | 240 | - |
| CMYK | 0 | 0.60 | 0.05 | 0.01 |
| HSL | 305.1º | 0.97% | 0.69% | - |
| HSV(B) | 305.1º | 0.6% | 0.99% | - |
| XYZ | 60.79 | 36.29 | 86.24 | - |
| YUV | 161.71 | 172.19 | 193.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 100 | 240 | 0 | 0.60 | 0.05 | 0.01 | 305.1 | 0.97 | 0.69 |
| Hex | FD | 64 | F0 | 0 | 3C | 5 | 1 | 131 | 61 | 45 |
| Octal | 375 | 144 | 360 | 0 | 74 | 5 | 1 | 461 | 141 | 105 |
| Binary | 11111101 | 1100100 | 11110000 | 0 | 111100 | 101 | 1 | 100110001 | 1100001 | 1000101 |
Color Harmonies of #FD64F0
Complementary color
Monochromatic Colors of #FD64F0
Black with #FD64F0
Text Example
Text Example
White with #FD64F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD64F0; }
p { color: rgb(253,100,240); }
H1.HeaderClassName
{
color: #FD64F0;
}
.AnyTagClassName
{
color: #FD64F0;
}
</style>
background-color css
<style>
a { background-color: #FD64F0; }
a { background-color: rgb(253,100,240); }
div.DivClassName
{
background-color: #FD64F0;
}
.BgClassName
{
background-color: #FD64F0;
}
</style>
border-color css
<style>
span { border-color: #FD64F0; }
span { border-color: rgb(253,100,240); }
td.TdClassName
{
border-color: #FD64F0;
}
.TagClassName
{
border-color: #FD64F0;
}
</style>