Shades of Pink Flamingo #FF69EC
Tints of Pink Flamingo #FF69EC
RGB
CMYK
RGB Variations
Color information
#FF69EC (or 0xFF69EC) is known color: Pink Flamingo. HEX triplet: FF, 69 and EC. RGB value is (255,105,236). Sum of RGB (Red+Green+Blue) = 255+105+236=596 (78% of max value = 765). Red value is 255 (100% from 255 or 42.79% from 596); Green value is 105 (41.41% from 255 or 17.62% from 596); Blue value is 236 (92.58% from 255 or 39.60% from 596); Max value from RGB is 255 - color contains mainly: red. Hex color #FF69EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF69EC is #009613. Grayscale: #A4A4A4. Windows color (decimal): -38420 or 15493631. OLE color: 15493631.
HSL color Cylindrical-coordinate representation of color #FF69EC: hue angle of 307.6º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FF69EC is Cyan = 0, Magento = 0.59, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 105 | 236 | - |
| CMYK | 0 | 0.59 | 0.07 | 0 |
| HSL | 307.6º | 1% | 0.71% | - |
| HSV(B) | 307.6º | 0.59% | 1% | - |
| XYZ | 61.43 | 37.42 | 83.34 | - |
| YUV | 164.78 | 168.2 | 192.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 105 | 236 | 0 | 0.59 | 0.07 | 0 | 307.6 | 1 | 0.71 |
| Hex | FF | 69 | EC | 0 | 3B | 7 | 0 | 134 | 64 | 47 |
| Octal | 377 | 151 | 354 | 0 | 73 | 7 | 0 | 464 | 144 | 107 |
| Binary | 11111111 | 1101001 | 11101100 | 0 | 111011 | 111 | 0 | 100110100 | 1100100 | 1000111 |
Color Harmonies of #FF69EC
Complementary color
Monochromatic Colors of #FF69EC
Black with #FF69EC
Text Example
Text Example
White with #FF69EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF69EC; }
p { color: rgb(255,105,236); }
H1.HeaderClassName
{
color: #FF69EC;
}
.AnyTagClassName
{
color: #FF69EC;
}
</style>
background-color css
<style>
a { background-color: #FF69EC; }
a { background-color: rgb(255,105,236); }
div.DivClassName
{
background-color: #FF69EC;
}
.BgClassName
{
background-color: #FF69EC;
}
</style>
border-color css
<style>
span { border-color: #FF69EC; }
span { border-color: rgb(255,105,236); }
td.TdClassName
{
border-color: #FF69EC;
}
.TagClassName
{
border-color: #FF69EC;
}
</style>