Html Css Color HEX #FD64ED Pink Flamingo

📋 copy color: '#FD64ED'

red 253 ◦ green 100 ◦ blue 237

#FD64ED
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pink Flamingo #FD64ED

Tints of Pink Flamingo #FD64ED

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 value IS 0

 M value IS 0.60

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#FD64ED (or 0xFD64ED) is known color: 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

RGB 253 100 237 -
CMYK 0 0.60 0.06 0.01
HSL 306.27º 0.97% 0.69% -
HSV(B) 306.27º 0.6% 0.99% -
XYZ 60.35 36.11 83.91 -
YUV 161.37 170.69 193.36 -
System Red Green Blue C M Y K H S L
Decimal 253 100 237 0 0.60 0.06 0.01 306.27 0.97 0.69
Hex FD 64 ED 0 3C 6 1 132 61 45
Octal 375 144 355 0 74 6 1 462 141 105
Binary 11111101 1100100 11101101 0 111100 110 1 100110010 1100001 1000101

Color Harmonies of #FD64ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD64ED

Black with #FD64ED

Text Example


Text Example

White with #FD64ED

Text Example


Text Example

HTML Codes & Css Web 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>