Shades of Pink Flamingo #FE66FE
Tints of Pink Flamingo #FE66FE
RGB
CMYK
RGB Variations
Color information
#FE66FE (or 0xFE66FE) is known color: Pink Flamingo. HEX triplet: FE, 66 and FE. RGB value is (254,102,254). Sum of RGB (Red+Green+Blue) = 254+102+254=610 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.64% from 610); Green value is 102 (40.23% from 255 or 16.72% from 610); Blue value is 254 (99.61% from 255 or 41.64% from 610); Max value from RGB is 254 - color contains mainly: red, blue. Hex color #FE66FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE66FE is #019901. Grayscale: #A4A4A4. Windows color (decimal): -104706 or 16672510. OLE color: 16672510.
HSL color Cylindrical-coordinate representation of color #FE66FE: hue angle of 300º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FE66FE is Cyan = 0, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 102 | 254 | - |
| CMYK | 0 | 0.60 | 0 | 0.00 |
| HSL | 300º | 0.99% | 0.7% | - |
| HSV(B) | 300º | 0.6% | 1% | - |
| XYZ | 63.51 | 37.73 | 97.7 | - |
| YUV | 164.78 | 178.36 | 191.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 102 | 254 | 0 | 0.60 | 0 | 0.00 | 300 | 0.99 | 0.7 |
| Hex | FE | 66 | FE | 0 | 3C | 0 | 0 | 12C | 63 | 46 |
| Octal | 376 | 146 | 376 | 0 | 74 | 0 | 0 | 454 | 143 | 106 |
| Binary | 11111110 | 1100110 | 11111110 | 0 | 111100 | 0 | 0 | 100101100 | 1100011 | 1000110 |
Color Harmonies of #FE66FE
Complementary color
Monochromatic Colors of #FE66FE
Black with #FE66FE
Text Example
Text Example
White with #FE66FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE66FE; }
p { color: rgb(254,102,254); }
H1.HeaderClassName
{
color: #FE66FE;
}
.AnyTagClassName
{
color: #FE66FE;
}
</style>
background-color css
<style>
a { background-color: #FE66FE; }
a { background-color: rgb(254,102,254); }
div.DivClassName
{
background-color: #FE66FE;
}
.BgClassName
{
background-color: #FE66FE;
}
</style>
border-color css
<style>
span { border-color: #FE66FE; }
span { border-color: rgb(254,102,254); }
td.TdClassName
{
border-color: #FE66FE;
}
.TagClassName
{
border-color: #FE66FE;
}
</style>