Shades of Pink Flamingo #FD66F0
Tints of Pink Flamingo #FD66F0
RGB
CMYK
RGB Variations
Color information
#FD66F0 (or 0xFD66F0) is known color: Pink Flamingo. HEX triplet: FD, 66 and F0. RGB value is (253,102,240). Sum of RGB (Red+Green+Blue) = 253+102+240=595 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.52% from 595); Green value is 102 (40.23% from 255 or 17.14% from 595); Blue value is 240 (94.14% from 255 or 40.34% from 595); Max value from RGB is 253 - color contains mainly: red. Hex color #FD66F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FD66F0 is #02990F. Grayscale: #A2A2A2. Windows color (decimal): -170256 or 15755005. OLE color: 15755005.
HSL color Cylindrical-coordinate representation of color #FD66F0: hue angle of 305.17º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FD66F0 is Cyan = 0, Magento = 0.60, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 102 | 240 | - |
| CMYK | 0 | 0.60 | 0.05 | 0.01 |
| HSL | 305.17º | 0.97% | 0.7% | - |
| HSV(B) | 305.17º | 0.6% | 0.99% | - |
| XYZ | 60.99 | 36.68 | 86.3 | - |
| YUV | 162.88 | 171.53 | 192.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 102 | 240 | 0 | 0.60 | 0.05 | 0.01 | 305.17 | 0.97 | 0.7 |
| Hex | FD | 66 | F0 | 0 | 3C | 5 | 1 | 131 | 61 | 46 |
| Octal | 375 | 146 | 360 | 0 | 74 | 5 | 1 | 461 | 141 | 106 |
| Binary | 11111101 | 1100110 | 11110000 | 0 | 111100 | 101 | 1 | 100110001 | 1100001 | 1000110 |
Color Harmonies of #FD66F0
Complementary color
Monochromatic Colors of #FD66F0
Black with #FD66F0
Text Example
Text Example
White with #FD66F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD66F0; }
p { color: rgb(253,102,240); }
H1.HeaderClassName
{
color: #FD66F0;
}
.AnyTagClassName
{
color: #FD66F0;
}
</style>
background-color css
<style>
a { background-color: #FD66F0; }
a { background-color: rgb(253,102,240); }
div.DivClassName
{
background-color: #FD66F0;
}
.BgClassName
{
background-color: #FD66F0;
}
</style>
border-color css
<style>
span { border-color: #FD66F0; }
span { border-color: rgb(253,102,240); }
td.TdClassName
{
border-color: #FD66F0;
}
.TagClassName
{
border-color: #FD66F0;
}
</style>