#FD64EA

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

Shades of Pink Flamingo #FD64EA

Tints of Pink Flamingo #FD64EA

Color information

#FD64EA (or 0xFD64EA) is unknown color: approx Pink Flamingo. HEX triplet: FD, 64 and EA. RGB value is (253,100,234). Sum of RGB (Red+Green+Blue) = 253+100+234=587 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.10% from 587); Green value is 100 (39.45% from 255 or 17.04% from 587); Blue value is 234 (91.80% from 255 or 39.86% from 587); Max value from RGB is 253 - color contains mainly: red. Hex color #FD64EA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FD64EA is #029B15. Grayscale: #A0A0A0. Windows color (decimal): -170774 or 15361277. OLE color: 15361277.

HSL color Cylindrical-coordinate representation of color #FD64EA: hue angle of 307.45º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FD64EA is Cyan = 0, Magento = 0.60, Yellow = 0.08 and Black (K on CMYK) = 0.01.

Color convert

RGB253100234-
CMYK00.600.080.01
HSL307.45º97.45%69.22%-
HSV(B)307.45º60.47%99.22%-
XYZ59.9235.9481.62-
YUV161.02169.19193.6-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 43.10%
GREEN value IS 100 (39.45% from 255) = 17.04%
BLUE value IS 234 (91.80% from 255) = 39.86%
R=43.10%
G=17.04%
B=39.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.08
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25310023400.600.080.01307.4597.4569.22
HexFD64EA03C811336145
Octal375144352074101463141105
Binary1111110111001001110101001111001000110011001111000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD64EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD64EA; }

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

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

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

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

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

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

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

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