Html Css Color HEX #FC64EF Pink Flamingo

📋 copy color: '#FC64EF'

red 252 ◦ green 100 ◦ blue 239

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

Shades of Pink Flamingo #FC64EF

Tints of Pink Flamingo #FC64EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 40.44%

R = 42.64%
G = 16.92%
B = 40.44%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.05

 K value IS 0.01

RGB Variations

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

Color information

#FC64EF (or 0xFC64EF) is known color: Pink Flamingo. HEX triplet: FC, 64 and EF. RGB value is (252,100,239). Sum of RGB (Red+Green+Blue) = 252+100+239=591 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.64% from 591); Green value is 100 (39.45% from 255 or 16.92% from 591); Blue value is 239 (93.75% from 255 or 40.44% from 591); Max value from RGB is 252 - color contains mainly: red. Hex color #FC64EF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC64EF is #039B10. Grayscale: #A0A0A0. Windows color (decimal): -236305 or 15688956. OLE color: 15688956.

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

Color convert

RGB 252 100 239 -
CMYK 0 0.60 0.05 0.01
HSL 305.13º 0.96% 0.69% -
HSV(B) 305.13º 0.6% 0.99% -
XYZ 60.28 36.04 85.44 -
YUV 161.29 171.86 192.7 -
System Red Green Blue C M Y K H S L
Decimal 252 100 239 0 0.60 0.05 0.01 305.13 0.96 0.69
Hex FC 64 EF 0 3C 5 1 131 60 45
Octal 374 144 357 0 74 5 1 461 140 105
Binary 11111100 1100100 11101111 0 111100 101 1 100110001 1100000 1000101

Color Harmonies of #FC64EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC64EF

Black with #FC64EF

Text Example


Text Example

White with #FC64EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC64EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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