Shades of Pink Flamingo #FE67FA
Tints of Pink Flamingo #FE67FA
RGB
CMYK
RGB Variations
Color information
#FE67FA (or 0xFE67FA) is known color: Pink Flamingo. HEX triplet: FE, 67 and FA. RGB value is (254,103,250). Sum of RGB (Red+Green+Blue) = 254+103+250=607 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.85% from 607); Green value is 103 (40.62% from 255 or 16.97% from 607); Blue value is 250 (98.05% from 255 or 41.19% from 607); Max value from RGB is 254 - color contains mainly: red. Hex color #FE67FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE67FA is #019805. Grayscale: #A4A4A4. Windows color (decimal): -104454 or 16410622. OLE color: 16410622.
HSL color Cylindrical-coordinate representation of color #FE67FA: hue angle of 301.59º 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 #FE67FA is Cyan = 0, Magento = 0.59, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 103 | 250 | - |
| CMYK | 0 | 0.59 | 0.02 | 0.00 |
| HSL | 301.59º | 0.99% | 0.7% | - |
| HSV(B) | 301.59º | 0.59% | 1% | - |
| XYZ | 62.98 | 37.67 | 94.39 | - |
| YUV | 164.91 | 176.03 | 191.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 103 | 250 | 0 | 0.59 | 0.02 | 0.00 | 301.59 | 0.99 | 0.7 |
| Hex | FE | 67 | FA | 0 | 3B | 2 | 0 | 12E | 63 | 46 |
| Octal | 376 | 147 | 372 | 0 | 73 | 2 | 0 | 456 | 143 | 106 |
| Binary | 11111110 | 1100111 | 11111010 | 0 | 111011 | 10 | 0 | 100101110 | 1100011 | 1000110 |
Color Harmonies of #FE67FA
Complementary color
Monochromatic Colors of #FE67FA
Black with #FE67FA
Text Example
Text Example
White with #FE67FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE67FA; }
p { color: rgb(254,103,250); }
H1.HeaderClassName
{
color: #FE67FA;
}
.AnyTagClassName
{
color: #FE67FA;
}
</style>
background-color css
<style>
a { background-color: #FE67FA; }
a { background-color: rgb(254,103,250); }
div.DivClassName
{
background-color: #FE67FA;
}
.BgClassName
{
background-color: #FE67FA;
}
</style>
border-color css
<style>
span { border-color: #FE67FA; }
span { border-color: rgb(254,103,250); }
td.TdClassName
{
border-color: #FE67FA;
}
.TagClassName
{
border-color: #FE67FA;
}
</style>