Shades of Pink Flamingo #FE67FE
Tints of Pink Flamingo #FE67FE
RGB
CMYK
RGB Variations
Color information
#FE67FE (or 0xFE67FE) is known color: Pink Flamingo. HEX triplet: FE, 67 and FE. RGB value is (254,103,254). Sum of RGB (Red+Green+Blue) = 254+103+254=611 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.57% from 611); Green value is 103 (40.62% from 255 or 16.86% from 611); Blue value is 254 (99.61% from 255 or 41.57% from 611); Max value from RGB is 254 - color contains mainly: red, blue. Hex color #FE67FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE67FE is #019801. Grayscale: #A4A4A4. Windows color (decimal): -104450 or 16672766. OLE color: 16672766.
HSL color Cylindrical-coordinate representation of color #FE67FE: hue angle of 300º 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 #FE67FE is Cyan = 0, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 103 | 254 | - |
| CMYK | 0 | 0.59 | 0 | 0.00 |
| HSL | 300º | 0.99% | 0.7% | - |
| HSV(B) | 300º | 0.59% | 1% | - |
| XYZ | 63.61 | 37.93 | 97.73 | - |
| YUV | 165.36 | 178.03 | 191.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 103 | 254 | 0 | 0.59 | 0 | 0.00 | 300 | 0.99 | 0.7 |
| Hex | FE | 67 | FE | 0 | 3B | 0 | 0 | 12C | 63 | 46 |
| Octal | 376 | 147 | 376 | 0 | 73 | 0 | 0 | 454 | 143 | 106 |
| Binary | 11111110 | 1100111 | 11111110 | 0 | 111011 | 0 | 0 | 100101100 | 1100011 | 1000110 |
Color Harmonies of #FE67FE
Complementary color
Monochromatic Colors of #FE67FE
Black with #FE67FE
Text Example
Text Example
White with #FE67FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE67FE; }
p { color: rgb(254,103,254); }
H1.HeaderClassName
{
color: #FE67FE;
}
.AnyTagClassName
{
color: #FE67FE;
}
</style>
background-color css
<style>
a { background-color: #FE67FE; }
a { background-color: rgb(254,103,254); }
div.DivClassName
{
background-color: #FE67FE;
}
.BgClassName
{
background-color: #FE67FE;
}
</style>
border-color css
<style>
span { border-color: #FE67FE; }
span { border-color: rgb(254,103,254); }
td.TdClassName
{
border-color: #FE67FE;
}
.TagClassName
{
border-color: #FE67FE;
}
</style>