#FD64ED

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

Shades of Pink Flamingo #FD64ED

Tints of Pink Flamingo #FD64ED

Color information

#FD64ED (or 0xFD64ED) is unknown color: approx Pink Flamingo. HEX triplet: FD, 64 and ED. RGB value is (253,100,237). Sum of RGB (Red+Green+Blue) = 253+100+237=590 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.88% from 590); Green value is 100 (39.45% from 255 or 16.95% from 590); Blue value is 237 (92.97% from 255 or 40.17% from 590); Max value from RGB is 253 - color contains mainly: red. Hex color #FD64ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FD64ED is #029B12. Grayscale: #A0A0A0. Windows color (decimal): -170771 or 15557885. OLE color: 15557885.

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

Color convert

RGB253100237-
CMYK00.600.060.01
HSL306.27º97.45%69.22%-
HSV(B)306.27º60.47%99.22%-
XYZ60.3536.1183.91-
YUV161.36170.69193.36-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 42.88%
GREEN value IS 100 (39.45% from 255) = 16.95%
BLUE value IS 237 (92.97% from 255) = 40.17%
R=42.88%
G=16.95%
B=40.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.06
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25310023700.600.060.01306.2797.4569.22
HexFD64ED03C611326145
Octal37514435507461462141105
Binary111111011100100111011010111100110110011001011000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD64ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD64ED; }

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

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

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

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

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

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

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

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