Html Css Color HEX #FD64EA Pink Flamingo

📋 copy color: '#FD64EA'

red 253 ◦ green 100 ◦ blue 234

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

Shades of Pink Flamingo #FD64EA

Tints of Pink Flamingo #FD64EA

RGB

 RED value IS 253 (99.22% from 255) = 43.1%

 GREEN value IS 100 (39.45% from 255) = 17.04%

 BLUE value IS 234 (91.8% from 255) = 39.86%

R = 43.1%
G = 17.04%
B = 39.86%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.08

 K value IS 0.01

RGB Variations

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

Color information

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

RGB 253 100 234 -
CMYK 0 0.60 0.08 0.01
HSL 307.45º 0.97% 0.69% -
HSV(B) 307.45º 0.6% 0.99% -
XYZ 59.92 35.94 81.62 -
YUV 161.02 169.19 193.6 -
System Red Green Blue C M Y K H S L
Decimal 253 100 234 0 0.60 0.08 0.01 307.45 0.97 0.69
Hex FD 64 EA 0 3C 8 1 133 61 45
Octal 375 144 352 0 74 10 1 463 141 105
Binary 11111101 1100100 11101010 0 111100 1000 1 100110011 1100001 1000101

Color Harmonies of #FD64EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD64EA

Black with #FD64EA

Text Example


Text Example

White with #FD64EA

Text Example


Text Example

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