Shades of Pink Flamingo #FE66F4
Tints of Pink Flamingo #FE66F4
RGB
CMYK
RGB Variations
Color information
#FE66F4 (or 0xFE66F4) is known color: Pink Flamingo. HEX triplet: FE, 66 and F4. RGB value is (254,102,244). Sum of RGB (Red+Green+Blue) = 254+102+244=600 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.33% from 600); Green value is 102 (40.23% from 255 or 17% from 600); Blue value is 244 (95.70% from 255 or 40.67% from 600); Max value from RGB is 254 - color contains mainly: red. Hex color #FE66F4 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE66F4 is #01990B. Grayscale: #A3A3A3. Windows color (decimal): -104716 or 16017150. OLE color: 16017150.
HSL color Cylindrical-coordinate representation of color #FE66F4: hue angle of 303.95º 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 #FE66F4 is Cyan = 0, Magento = 0.60, Yellow = 0.04 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 102 | 244 | - |
| CMYK | 0 | 0.60 | 0.04 | 0.00 |
| HSL | 303.95º | 0.99% | 0.7% | - |
| HSV(B) | 303.95º | 0.6% | 1% | - |
| XYZ | 61.95 | 37.11 | 89.48 | - |
| YUV | 163.64 | 173.36 | 192.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 102 | 244 | 0 | 0.60 | 0.04 | 0.00 | 303.95 | 0.99 | 0.7 |
| Hex | FE | 66 | F4 | 0 | 3C | 4 | 0 | 130 | 63 | 46 |
| Octal | 376 | 146 | 364 | 0 | 74 | 4 | 0 | 460 | 143 | 106 |
| Binary | 11111110 | 1100110 | 11110100 | 0 | 111100 | 100 | 0 | 100110000 | 1100011 | 1000110 |
Color Harmonies of #FE66F4
Complementary color
Monochromatic Colors of #FE66F4
Black with #FE66F4
Text Example
Text Example
White with #FE66F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE66F4; }
p { color: rgb(254,102,244); }
H1.HeaderClassName
{
color: #FE66F4;
}
.AnyTagClassName
{
color: #FE66F4;
}
</style>
background-color css
<style>
a { background-color: #FE66F4; }
a { background-color: rgb(254,102,244); }
div.DivClassName
{
background-color: #FE66F4;
}
.BgClassName
{
background-color: #FE66F4;
}
</style>
border-color css
<style>
span { border-color: #FE66F4; }
span { border-color: rgb(254,102,244); }
td.TdClassName
{
border-color: #FE66F4;
}
.TagClassName
{
border-color: #FE66F4;
}
</style>