Shades of Pink Flamingo #FD65E8
Tints of Pink Flamingo #FD65E8
RGB
CMYK
RGB Variations
Color information
#FD65E8 (or 0xFD65E8) is known color: Pink Flamingo. HEX triplet: FD, 65 and E8. RGB value is (253,101,232). Sum of RGB (Red+Green+Blue) = 253+101+232=586 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.17% from 586); Green value is 101 (39.84% from 255 or 17.24% from 586); Blue value is 232 (91.02% from 255 or 39.59% from 586); Max value from RGB is 253 - color contains mainly: red. Hex color #FD65E8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FD65E8 is #029A17. Grayscale: #A1A1A1. Windows color (decimal): -170520 or 15230461. OLE color: 15230461.
HSL color Cylindrical-coordinate representation of color #FD65E8: hue angle of 308.29º 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 #FD65E8 is Cyan = 0, Magento = 0.60, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 101 | 232 | - |
| CMYK | 0 | 0.60 | 0.08 | 0.01 |
| HSL | 308.29º | 0.97% | 0.69% | - |
| HSV(B) | 308.29º | 0.6% | 0.99% | - |
| XYZ | 59.73 | 36.02 | 80.15 | - |
| YUV | 161.38 | 167.86 | 193.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 101 | 232 | 0 | 0.60 | 0.08 | 0.01 | 308.29 | 0.97 | 0.69 |
| Hex | FD | 65 | E8 | 0 | 3C | 8 | 1 | 134 | 61 | 45 |
| Octal | 375 | 145 | 350 | 0 | 74 | 10 | 1 | 464 | 141 | 105 |
| Binary | 11111101 | 1100101 | 11101000 | 0 | 111100 | 1000 | 1 | 100110100 | 1100001 | 1000101 |
Color Harmonies of #FD65E8
Complementary color
Monochromatic Colors of #FD65E8
Black with #FD65E8
Text Example
Text Example
White with #FD65E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD65E8; }
p { color: rgb(253,101,232); }
H1.HeaderClassName
{
color: #FD65E8;
}
.AnyTagClassName
{
color: #FD65E8;
}
</style>
background-color css
<style>
a { background-color: #FD65E8; }
a { background-color: rgb(253,101,232); }
div.DivClassName
{
background-color: #FD65E8;
}
.BgClassName
{
background-color: #FD65E8;
}
</style>
border-color css
<style>
span { border-color: #FD65E8; }
span { border-color: rgb(253,101,232); }
td.TdClassName
{
border-color: #FD65E8;
}
.TagClassName
{
border-color: #FD65E8;
}
</style>