#FE64EA

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

Shades of Pink Flamingo #FE64EA

Tints of Pink Flamingo #FE64EA

Color information

#FE64EA (or 0xFE64EA) is unknown color: approx Pink Flamingo. HEX triplet: FE, 64 and EA. RGB value is (254,100,234). Sum of RGB (Red+Green+Blue) = 254+100+234=588 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.20% from 588); Green value is 100 (39.45% from 255 or 17.01% from 588); Blue value is 234 (91.80% from 255 or 39.80% from 588); Max value from RGB is 254 - color contains mainly: red. Hex color #FE64EA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE64EA is #019B15. Grayscale: #A0A0A0. Windows color (decimal): -105238 or 15361278. OLE color: 15361278.

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

Color convert

RGB254100234-
CMYK00.610.080.00
HSL307.79º98.72%69.41%-
HSV(B)307.79º60.63%99.61%-
XYZ60.2836.1381.64-
YUV161.32169.02194.1-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 43.20%
GREEN value IS 100 (39.45% from 255) = 17.01%
BLUE value IS 234 (91.80% from 255) = 39.80%
R=43.20%
G=17.01%
B=39.80%

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
Decimal25410023400.610.080.00307.7998.7269.41
HexFE64EA03D801346345
Octal376144352075100464143105
Binary1111111011001001110101001111011000010011010011000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE64EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE64EA; }

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

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

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

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

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

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

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

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