Shades of Pink Flamingo #FE64E6
Tints of Pink Flamingo #FE64E6
RGB
CMYK
RGB Variations
Color information
#FE64E6 (or 0xFE64E6) is known color: Pink Flamingo. HEX triplet: FE, 64 and E6. RGB value is (254,100,230). Sum of RGB (Red+Green+Blue) = 254+100+230=584 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.49% from 584); Green value is 100 (39.45% from 255 or 17.12% from 584); Blue value is 230 (90.23% from 255 or 39.38% from 584); Max value from RGB is 254 - color contains mainly: red. Hex color #FE64E6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE64E6 is #019B19. Grayscale: #A0A0A0. Windows color (decimal): -105242 or 15099134. OLE color: 15099134.
HSL color Cylindrical-coordinate representation of color #FE64E6: hue angle of 309.35º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FE64E6 is Cyan = 0, Magento = 0.61, Yellow = 0.09 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 100 | 230 | - |
| CMYK | 0 | 0.61 | 0.09 | 0.00 |
| HSL | 309.35º | 0.99% | 0.69% | - |
| HSV(B) | 309.35º | 0.61% | 1% | - |
| XYZ | 59.71 | 35.9 | 78.64 | - |
| YUV | 160.87 | 167.02 | 194.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 100 | 230 | 0 | 0.61 | 0.09 | 0.00 | 309.35 | 0.99 | 0.69 |
| Hex | FE | 64 | E6 | 0 | 3D | 9 | 0 | 135 | 63 | 45 |
| Octal | 376 | 144 | 346 | 0 | 75 | 11 | 0 | 465 | 143 | 105 |
| Binary | 11111110 | 1100100 | 11100110 | 0 | 111101 | 1001 | 0 | 100110101 | 1100011 | 1000101 |
Color Harmonies of #FE64E6
Complementary color
Monochromatic Colors of #FE64E6
Black with #FE64E6
Text Example
Text Example
White with #FE64E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE64E6; }
p { color: rgb(254,100,230); }
H1.HeaderClassName
{
color: #FE64E6;
}
.AnyTagClassName
{
color: #FE64E6;
}
</style>
background-color css
<style>
a { background-color: #FE64E6; }
a { background-color: rgb(254,100,230); }
div.DivClassName
{
background-color: #FE64E6;
}
.BgClassName
{
background-color: #FE64E6;
}
</style>
border-color css
<style>
span { border-color: #FE64E6; }
span { border-color: rgb(254,100,230); }
td.TdClassName
{
border-color: #FE64E6;
}
.TagClassName
{
border-color: #FE64E6;
}
</style>