Shades of Pink Flamingo #FF67EC
Tints of Pink Flamingo #FF67EC
RGB
CMYK
RGB Variations
Color information
#FF67EC (or 0xFF67EC) is known color: Pink Flamingo. HEX triplet: FF, 67 and EC. RGB value is (255,103,236). Sum of RGB (Red+Green+Blue) = 255+103+236=594 (78% of max value = 765). Red value is 255 (100% from 255 or 42.93% from 594); Green value is 103 (40.62% from 255 or 17.34% from 594); Blue value is 236 (92.58% from 255 or 39.73% from 594); Max value from RGB is 255 - color contains mainly: red. Hex color #FF67EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF67EC is #009813. Grayscale: #A3A3A3. Windows color (decimal): -38932 or 15493119. OLE color: 15493119.
HSL color Cylindrical-coordinate representation of color #FF67EC: hue angle of 307.5º 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 #FF67EC is Cyan = 0, Magento = 0.60, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 103 | 236 | - |
| CMYK | 0 | 0.60 | 0.07 | 0 |
| HSL | 307.5º | 1% | 0.7% | - |
| HSV(B) | 307.5º | 0.6% | 1% | - |
| XYZ | 61.23 | 37.02 | 83.27 | - |
| YUV | 163.61 | 168.86 | 193.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 103 | 236 | 0 | 0.60 | 0.07 | 0 | 307.5 | 1 | 0.7 |
| Hex | FF | 67 | EC | 0 | 3C | 7 | 0 | 134 | 64 | 46 |
| Octal | 377 | 147 | 354 | 0 | 74 | 7 | 0 | 464 | 144 | 106 |
| Binary | 11111111 | 1100111 | 11101100 | 0 | 111100 | 111 | 0 | 100110100 | 1100100 | 1000110 |
Color Harmonies of #FF67EC
Complementary color
Monochromatic Colors of #FF67EC
Black with #FF67EC
Text Example
Text Example
White with #FF67EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF67EC; }
p { color: rgb(255,103,236); }
H1.HeaderClassName
{
color: #FF67EC;
}
.AnyTagClassName
{
color: #FF67EC;
}
</style>
background-color css
<style>
a { background-color: #FF67EC; }
a { background-color: rgb(255,103,236); }
div.DivClassName
{
background-color: #FF67EC;
}
.BgClassName
{
background-color: #FF67EC;
}
</style>
border-color css
<style>
span { border-color: #FF67EC; }
span { border-color: rgb(255,103,236); }
td.TdClassName
{
border-color: #FF67EC;
}
.TagClassName
{
border-color: #FF67EC;
}
</style>