Html Css Color HEX #FC64E5 Pink Flamingo

📋 copy color: '#FC64E5'

red 252 ◦ green 100 ◦ blue 229

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

Shades of Pink Flamingo #FC64E5

Tints of Pink Flamingo #FC64E5

RGB

 RED value IS 252 (98.83% from 255) = 43.37%

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

 BLUE value IS 229 (89.84% from 255) = 39.41%

R = 43.37%
G = 17.21%
B = 39.41%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.09

 K value IS 0.01

RGB Variations

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

Color information

#FC64E5 (or 0xFC64E5) is known color: Pink Flamingo. HEX triplet: FC, 64 and E5. RGB value is (252,100,229). Sum of RGB (Red+Green+Blue) = 252+100+229=581 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.37% from 581); Green value is 100 (39.45% from 255 or 17.21% from 581); Blue value is 229 (89.84% from 255 or 39.41% from 581); Max value from RGB is 252 - color contains mainly: red. Hex color #FC64E5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC64E5 is #039B1A. Grayscale: #9F9F9F. Windows color (decimal): -236315 or 15033596. OLE color: 15033596.

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

Color convert

RGB 252 100 229 -
CMYK 0 0.60 0.09 0.01
HSL 309.08º 0.96% 0.69% -
HSV(B) 309.08º 0.6% 0.99% -
XYZ 58.84 35.47 77.87 -
YUV 160.15 166.86 193.51 -
System Red Green Blue C M Y K H S L
Decimal 252 100 229 0 0.60 0.09 0.01 309.08 0.96 0.69
Hex FC 64 E5 0 3C 9 1 135 60 45
Octal 374 144 345 0 74 11 1 465 140 105
Binary 11111100 1100100 11100101 0 111100 1001 1 100110101 1100000 1000101

Color Harmonies of #FC64E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC64E5

Black with #FC64E5

Text Example


Text Example

White with #FC64E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC64E5; }

 p { color: rgb(252,100,229); }

 H1.HeaderClassName
 {
   color: #FC64E5;
 }
 .AnyTagClassName
 {
   color: #FC64E5;
 }
</style>

background-color css

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

 a { background-color: rgb(252,100,229); }

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

border-color css

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

 span { border-color: rgb(252,100,229); }

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