Shades of Pink Flamingo #FF65E6
Tints of Pink Flamingo #FF65E6
RGB
CMYK
RGB Variations
Color information
#FF65E6 (or 0xFF65E6) is known color: Pink Flamingo. HEX triplet: FF, 65 and E6. RGB value is (255,101,230). Sum of RGB (Red+Green+Blue) = 255+101+230=586 (77% of max value = 765). Red value is 255 (100% from 255 or 43.52% from 586); Green value is 101 (39.84% from 255 or 17.24% from 586); Blue value is 230 (90.23% from 255 or 39.25% from 586); Max value from RGB is 255 - color contains mainly: red. Hex color #FF65E6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF65E6 is #009A19. Grayscale: #A1A1A1. Windows color (decimal): -39450 or 15099391. OLE color: 15099391.
HSL color Cylindrical-coordinate representation of color #FF65E6: hue angle of 309.74º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FF65E6 is Cyan = 0, Magento = 0.60, Yellow = 0.10 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 101 | 230 | - |
| CMYK | 0 | 0.60 | 0.10 | 0 |
| HSL | 309.74º | 1% | 0.7% | - |
| HSV(B) | 309.74º | 0.6% | 1% | - |
| XYZ | 60.18 | 36.28 | 78.69 | - |
| YUV | 161.75 | 166.52 | 194.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 101 | 230 | 0 | 0.60 | 0.10 | 0 | 309.74 | 1 | 0.7 |
| Hex | FF | 65 | E6 | 0 | 3C | A | 0 | 136 | 64 | 46 |
| Octal | 377 | 145 | 346 | 0 | 74 | 12 | 0 | 466 | 144 | 106 |
| Binary | 11111111 | 1100101 | 11100110 | 0 | 111100 | 1010 | 0 | 100110110 | 1100100 | 1000110 |
Color Harmonies of #FF65E6
Complementary color
Monochromatic Colors of #FF65E6
Black with #FF65E6
Text Example
Text Example
White with #FF65E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF65E6; }
p { color: rgb(255,101,230); }
H1.HeaderClassName
{
color: #FF65E6;
}
.AnyTagClassName
{
color: #FF65E6;
}
</style>
background-color css
<style>
a { background-color: #FF65E6; }
a { background-color: rgb(255,101,230); }
div.DivClassName
{
background-color: #FF65E6;
}
.BgClassName
{
background-color: #FF65E6;
}
</style>
border-color css
<style>
span { border-color: #FF65E6; }
span { border-color: rgb(255,101,230); }
td.TdClassName
{
border-color: #FF65E6;
}
.TagClassName
{
border-color: #FF65E6;
}
</style>