#FD64E7

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

Shades of Pink Flamingo #FD64E7

Tints of Pink Flamingo #FD64E7

Color information

#FD64E7 (or 0xFD64E7) is unknown color: approx Pink Flamingo. HEX triplet: FD, 64 and E7. RGB value is (253,100,231). Sum of RGB (Red+Green+Blue) = 253+100+231=584 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.32% from 584); Green value is 100 (39.45% from 255 or 17.12% from 584); Blue value is 231 (90.62% from 255 or 39.55% from 584); Max value from RGB is 253 - color contains mainly: red. Hex color #FD64E7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FD64E7 is #029B18. Grayscale: #A0A0A0. Windows color (decimal): -170777 or 15164669. OLE color: 15164669.

HSL color Cylindrical-coordinate representation of color #FD64E7: hue angle of 308.63º 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 #FD64E7 is Cyan = 0, Magento = 0.60, Yellow = 0.09 and Black (K on CMYK) = 0.01.

Color convert

RGB253100231-
CMYK00.600.090.01
HSL308.63º97.45%69.22%-
HSV(B)308.63º60.47%99.22%-
XYZ59.4935.7779.37-
YUV160.68167.69193.85-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 43.32%
GREEN value IS 100 (39.45% from 255) = 17.12%
BLUE value IS 231 (90.62% from 255) = 39.55%
R=43.32%
G=17.12%
B=39.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.09
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25310023100.600.090.01308.6397.4569.22
HexFD64E703C911356145
Octal375144347074111465141105
Binary1111110111001001110011101111001001110011010111000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD64E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD64E7; }

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

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

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

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

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

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

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

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