Shades of Pink Flamingo #FE66F2
Tints of Pink Flamingo #FE66F2
RGB
CMYK
RGB Variations
Color information
#FE66F2 (or 0xFE66F2) is known color: Pink Flamingo. HEX triplet: FE, 66 and F2. RGB value is (254,102,242). Sum of RGB (Red+Green+Blue) = 254+102+242=598 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.47% from 598); Green value is 102 (40.23% from 255 or 17.06% from 598); Blue value is 242 (94.92% from 255 or 40.47% from 598); Max value from RGB is 254 - color contains mainly: red. Hex color #FE66F2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE66F2 is #01990D. Grayscale: #A3A3A3. Windows color (decimal): -104718 or 15886078. OLE color: 15886078.
HSL color Cylindrical-coordinate representation of color #FE66F2: hue angle of 304.74º 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 #FE66F2 is Cyan = 0, Magento = 0.60, Yellow = 0.05 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 102 | 242 | - |
| CMYK | 0 | 0.60 | 0.05 | 0.00 |
| HSL | 304.74º | 0.99% | 0.7% | - |
| HSV(B) | 304.74º | 0.6% | 1% | - |
| XYZ | 61.65 | 36.98 | 87.89 | - |
| YUV | 163.41 | 172.36 | 192.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 102 | 242 | 0 | 0.60 | 0.05 | 0.00 | 304.74 | 0.99 | 0.7 |
| Hex | FE | 66 | F2 | 0 | 3C | 5 | 0 | 131 | 63 | 46 |
| Octal | 376 | 146 | 362 | 0 | 74 | 5 | 0 | 461 | 143 | 106 |
| Binary | 11111110 | 1100110 | 11110010 | 0 | 111100 | 101 | 0 | 100110001 | 1100011 | 1000110 |
Color Harmonies of #FE66F2
Complementary color
Monochromatic Colors of #FE66F2
Black with #FE66F2
Text Example
Text Example
White with #FE66F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE66F2; }
p { color: rgb(254,102,242); }
H1.HeaderClassName
{
color: #FE66F2;
}
.AnyTagClassName
{
color: #FE66F2;
}
</style>
background-color css
<style>
a { background-color: #FE66F2; }
a { background-color: rgb(254,102,242); }
div.DivClassName
{
background-color: #FE66F2;
}
.BgClassName
{
background-color: #FE66F2;
}
</style>
border-color css
<style>
span { border-color: #FE66F2; }
span { border-color: rgb(254,102,242); }
td.TdClassName
{
border-color: #FE66F2;
}
.TagClassName
{
border-color: #FE66F2;
}
</style>