Shades of Pink Flamingo #FD65E6
Tints of Pink Flamingo #FD65E6
RGB
CMYK
RGB Variations
Color information
#FD65E6 (or 0xFD65E6) is known color: Pink Flamingo. HEX triplet: FD, 65 and E6. RGB value is (253,101,230). Sum of RGB (Red+Green+Blue) = 253+101+230=584 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.32% from 584); Green value is 101 (39.84% from 255 or 17.29% from 584); Blue value is 230 (90.23% from 255 or 39.38% from 584); Max value from RGB is 253 - color contains mainly: red. Hex color #FD65E6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FD65E6 is #029A19. Grayscale: #A0A0A0. Windows color (decimal): -170522 or 15099389. OLE color: 15099389.
HSL color Cylindrical-coordinate representation of color #FD65E6: hue angle of 309.08º 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 #FD65E6 is Cyan = 0, Magento = 0.60, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 101 | 230 | - |
| CMYK | 0 | 0.60 | 0.09 | 0.01 |
| HSL | 309.08º | 0.97% | 0.69% | - |
| HSV(B) | 309.08º | 0.6% | 0.99% | - |
| XYZ | 59.44 | 35.9 | 78.66 | - |
| YUV | 161.15 | 166.86 | 193.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 101 | 230 | 0 | 0.60 | 0.09 | 0.01 | 309.08 | 0.97 | 0.69 |
| Hex | FD | 65 | E6 | 0 | 3C | 9 | 1 | 135 | 61 | 45 |
| Octal | 375 | 145 | 346 | 0 | 74 | 11 | 1 | 465 | 141 | 105 |
| Binary | 11111101 | 1100101 | 11100110 | 0 | 111100 | 1001 | 1 | 100110101 | 1100001 | 1000101 |
Color Harmonies of #FD65E6
Complementary color
Monochromatic Colors of #FD65E6
Black with #FD65E6
Text Example
Text Example
White with #FD65E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD65E6; }
p { color: rgb(253,101,230); }
H1.HeaderClassName
{
color: #FD65E6;
}
.AnyTagClassName
{
color: #FD65E6;
}
</style>
background-color css
<style>
a { background-color: #FD65E6; }
a { background-color: rgb(253,101,230); }
div.DivClassName
{
background-color: #FD65E6;
}
.BgClassName
{
background-color: #FD65E6;
}
</style>
border-color css
<style>
span { border-color: #FD65E6; }
span { border-color: rgb(253,101,230); }
td.TdClassName
{
border-color: #FD65E6;
}
.TagClassName
{
border-color: #FD65E6;
}
</style>