Shades of Pink Flamingo #FD65EE
Tints of Pink Flamingo #FD65EE
RGB
CMYK
RGB Variations
Color information
#FD65EE (or 0xFD65EE) is known color: Pink Flamingo. HEX triplet: FD, 65 and EE. RGB value is (253,101,238). Sum of RGB (Red+Green+Blue) = 253+101+238=592 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.74% from 592); Green value is 101 (39.84% from 255 or 17.06% from 592); Blue value is 238 (93.36% from 255 or 40.20% from 592); Max value from RGB is 253 - color contains mainly: red. Hex color #FD65EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FD65EE is #029A11. Grayscale: #A1A1A1. Windows color (decimal): -170514 or 15623677. OLE color: 15623677.
HSL color Cylindrical-coordinate representation of color #FD65EE: hue angle of 305.92º 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 #FD65EE is Cyan = 0, Magento = 0.60, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 101 | 238 | - |
| CMYK | 0 | 0.60 | 0.06 | 0.01 |
| HSL | 305.92º | 0.97% | 0.69% | - |
| HSV(B) | 305.92º | 0.6% | 0.99% | - |
| XYZ | 60.59 | 36.36 | 84.71 | - |
| YUV | 162.07 | 170.86 | 192.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 101 | 238 | 0 | 0.60 | 0.06 | 0.01 | 305.92 | 0.97 | 0.69 |
| Hex | FD | 65 | EE | 0 | 3C | 6 | 1 | 132 | 61 | 45 |
| Octal | 375 | 145 | 356 | 0 | 74 | 6 | 1 | 462 | 141 | 105 |
| Binary | 11111101 | 1100101 | 11101110 | 0 | 111100 | 110 | 1 | 100110010 | 1100001 | 1000101 |
Color Harmonies of #FD65EE
Complementary color
Monochromatic Colors of #FD65EE
Black with #FD65EE
Text Example
Text Example
White with #FD65EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD65EE; }
p { color: rgb(253,101,238); }
H1.HeaderClassName
{
color: #FD65EE;
}
.AnyTagClassName
{
color: #FD65EE;
}
</style>
background-color css
<style>
a { background-color: #FD65EE; }
a { background-color: rgb(253,101,238); }
div.DivClassName
{
background-color: #FD65EE;
}
.BgClassName
{
background-color: #FD65EE;
}
</style>
border-color css
<style>
span { border-color: #FD65EE; }
span { border-color: rgb(253,101,238); }
td.TdClassName
{
border-color: #FD65EE;
}
.TagClassName
{
border-color: #FD65EE;
}
</style>