Shades of Pink Flamingo #FE67ED
Tints of Pink Flamingo #FE67ED
RGB
CMYK
RGB Variations
Color information
#FE67ED (or 0xFE67ED) is known color: Pink Flamingo. HEX triplet: FE, 67 and ED. RGB value is (254,103,237). Sum of RGB (Red+Green+Blue) = 254+103+237=594 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.76% from 594); Green value is 103 (40.62% from 255 or 17.34% from 594); Blue value is 237 (92.97% from 255 or 39.90% from 594); Max value from RGB is 254 - color contains mainly: red. Hex color #FE67ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE67ED is #019812. Grayscale: #A3A3A3. Windows color (decimal): -104467 or 15558654. OLE color: 15558654.
HSL color Cylindrical-coordinate representation of color #FE67ED: hue angle of 306.75º 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 #FE67ED is Cyan = 0, Magento = 0.59, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 103 | 237 | - |
| CMYK | 0 | 0.59 | 0.07 | 0.00 |
| HSL | 306.76º | 0.99% | 0.7% | - |
| HSV(B) | 306.76º | 0.59% | 1% | - |
| XYZ | 61.01 | 36.89 | 84.02 | - |
| YUV | 163.43 | 169.53 | 192.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 103 | 237 | 0 | 0.59 | 0.07 | 0.00 | 306.76 | 0.99 | 0.7 |
| Hex | FE | 67 | ED | 0 | 3B | 7 | 0 | 133 | 63 | 46 |
| Octal | 376 | 147 | 355 | 0 | 73 | 7 | 0 | 463 | 143 | 106 |
| Binary | 11111110 | 1100111 | 11101101 | 0 | 111011 | 111 | 0 | 100110011 | 1100011 | 1000110 |
Color Harmonies of #FE67ED
Complementary color
Monochromatic Colors of #FE67ED
Black with #FE67ED
Text Example
Text Example
White with #FE67ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE67ED; }
p { color: rgb(254,103,237); }
H1.HeaderClassName
{
color: #FE67ED;
}
.AnyTagClassName
{
color: #FE67ED;
}
</style>
background-color css
<style>
a { background-color: #FE67ED; }
a { background-color: rgb(254,103,237); }
div.DivClassName
{
background-color: #FE67ED;
}
.BgClassName
{
background-color: #FE67ED;
}
</style>
border-color css
<style>
span { border-color: #FE67ED; }
span { border-color: rgb(254,103,237); }
td.TdClassName
{
border-color: #FE67ED;
}
.TagClassName
{
border-color: #FE67ED;
}
</style>