Shades of Pink Flamingo #FE67EC
Tints of Pink Flamingo #FE67EC
RGB
CMYK
RGB Variations
Color information
#FE67EC (or 0xFE67EC) is known color: Pink Flamingo. HEX triplet: FE, 67 and EC. RGB value is (254,103,236). Sum of RGB (Red+Green+Blue) = 254+103+236=593 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.83% from 593); Green value is 103 (40.62% from 255 or 17.37% from 593); Blue value is 236 (92.58% from 255 or 39.80% from 593); Max value from RGB is 254 - color contains mainly: red. Hex color #FE67EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE67EC is #019813. Grayscale: #A2A2A2. Windows color (decimal): -104468 or 15493118. OLE color: 15493118.
HSL color Cylindrical-coordinate representation of color #FE67EC: hue angle of 307.15º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FE67EC is Cyan = 0, Magento = 0.59, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 103 | 236 | - |
| CMYK | 0 | 0.59 | 0.07 | 0.00 |
| HSL | 307.15º | 0.99% | 0.7% | - |
| HSV(B) | 307.15º | 0.59% | 1% | - |
| XYZ | 60.86 | 36.83 | 83.26 | - |
| YUV | 163.31 | 169.03 | 192.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 103 | 236 | 0 | 0.59 | 0.07 | 0.00 | 307.15 | 0.99 | 0.7 |
| Hex | FE | 67 | EC | 0 | 3B | 7 | 0 | 133 | 63 | 46 |
| Octal | 376 | 147 | 354 | 0 | 73 | 7 | 0 | 463 | 143 | 106 |
| Binary | 11111110 | 1100111 | 11101100 | 0 | 111011 | 111 | 0 | 100110011 | 1100011 | 1000110 |
Color Harmonies of #FE67EC
Complementary color
Monochromatic Colors of #FE67EC
Black with #FE67EC
Text Example
Text Example
White with #FE67EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE67EC; }
p { color: rgb(254,103,236); }
H1.HeaderClassName
{
color: #FE67EC;
}
.AnyTagClassName
{
color: #FE67EC;
}
</style>
background-color css
<style>
a { background-color: #FE67EC; }
a { background-color: rgb(254,103,236); }
div.DivClassName
{
background-color: #FE67EC;
}
.BgClassName
{
background-color: #FE67EC;
}
</style>
border-color css
<style>
span { border-color: #FE67EC; }
span { border-color: rgb(254,103,236); }
td.TdClassName
{
border-color: #FE67EC;
}
.TagClassName
{
border-color: #FE67EC;
}
</style>