Shades of Pink Flamingo #FD65E5
Tints of Pink Flamingo #FD65E5
RGB
CMYK
RGB Variations
Color information
#FD65E5 (or 0xFD65E5) is known color: Pink Flamingo. HEX triplet: FD, 65 and E5. RGB value is (253,101,229). Sum of RGB (Red+Green+Blue) = 253+101+229=583 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.40% from 583); Green value is 101 (39.84% from 255 or 17.32% from 583); Blue value is 229 (89.84% from 255 or 39.28% from 583); Max value from RGB is 253 - color contains mainly: red. Hex color #FD65E5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD65E5 is #029A1A. Grayscale: #A0A0A0. Windows color (decimal): -170523 or 15033853. OLE color: 15033853.
HSL color Cylindrical-coordinate representation of color #FD65E5: hue angle of 309.47º 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 #FD65E5 is Cyan = 0, Magento = 0.60, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 101 | 229 | - |
| CMYK | 0 | 0.60 | 0.09 | 0.01 |
| HSL | 309.47º | 0.97% | 0.69% | - |
| HSV(B) | 309.47º | 0.6% | 0.99% | - |
| XYZ | 59.3 | 35.85 | 77.92 | - |
| YUV | 161.04 | 166.36 | 193.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 101 | 229 | 0 | 0.60 | 0.09 | 0.01 | 309.47 | 0.97 | 0.69 |
| Hex | FD | 65 | E5 | 0 | 3C | 9 | 1 | 135 | 61 | 45 |
| Octal | 375 | 145 | 345 | 0 | 74 | 11 | 1 | 465 | 141 | 105 |
| Binary | 11111101 | 1100101 | 11100101 | 0 | 111100 | 1001 | 1 | 100110101 | 1100001 | 1000101 |
Color Harmonies of #FD65E5
Complementary color
Monochromatic Colors of #FD65E5
Black with #FD65E5
Text Example
Text Example
White with #FD65E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD65E5; }
p { color: rgb(253,101,229); }
H1.HeaderClassName
{
color: #FD65E5;
}
.AnyTagClassName
{
color: #FD65E5;
}
</style>
background-color css
<style>
a { background-color: #FD65E5; }
a { background-color: rgb(253,101,229); }
div.DivClassName
{
background-color: #FD65E5;
}
.BgClassName
{
background-color: #FD65E5;
}
</style>
border-color css
<style>
span { border-color: #FD65E5; }
span { border-color: rgb(253,101,229); }
td.TdClassName
{
border-color: #FD65E5;
}
.TagClassName
{
border-color: #FD65E5;
}
</style>