#FE64E9

Color #FE64E9 Pink Flamingo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pink Flamingo #FE64E9

Tints of Pink Flamingo #FE64E9

Color information

#FE64E9 (or 0xFE64E9) is unknown color: approx Pink Flamingo. HEX triplet: FE, 64 and E9. RGB value is (254,100,233). Sum of RGB (Red+Green+Blue) = 254+100+233=587 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.27% from 587); Green value is 100 (39.45% from 255 or 17.04% from 587); Blue value is 233 (91.41% from 255 or 39.69% from 587); Max value from RGB is 254 - color contains mainly: red. Hex color #FE64E9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE64E9 is #019B16. Grayscale: #A0A0A0. Windows color (decimal): -105239 or 15295742. OLE color: 15295742.

HSL color Cylindrical-coordinate representation of color #FE64E9: hue angle of 308.18º 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 #FE64E9 is Cyan = 0, Magento = 0.61, Yellow = 0.08 and Black (K on CMYK) = 0.00.

Color convert

RGB254100233-
CMYK00.610.080.00
HSL308.18º98.72%69.41%-
HSV(B)308.18º60.63%99.61%-
XYZ60.1436.0780.88-
YUV161.21168.52194.19-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 254 (99.61% from 255) = 43.27%
GREEN value IS 100 (39.45% from 255) = 17.04%
BLUE value IS 233 (91.41% from 255) = 39.69%
R=43.27%
G=17.04%
B=39.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.08
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25410023300.610.080.00308.1898.7269.41
HexFE64E903D801346345
Octal376144351075100464143105
Binary1111111011001001110100101111011000010011010011000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE64E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE64E9; }

 p { color: rgb(254,100,233); }

 H1.HeaderClassName
 {
   color: #FE64E9;
 }
 .AnyTagClassName
 {
   color: #FE64E9;
 }
</style>
background-color css

<style>
 a { background-color: #FE64E9; }

 a { background-color: rgb(254,100,233); }

 div.DivClassName
 {
   background-color: #FE64E9;
 }
 .BgClassName
 {
   background-color: #FE64E9;
 }
</style>
border-color css

<style>
 span { border-color: #FE64E9; }

 span { border-color: rgb(254,100,233); }

 td.TdClassName
 {
   border-color: #FE64E9;
 }
 .TagClassName
 {
   border-color: #FE64E9;
 }
</style>