Html Css Color HEX #FC64EC Pink Flamingo

📋 copy color: '#FC64EC'

red 252 ◦ green 100 ◦ blue 236

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

Shades of Pink Flamingo #FC64EC

Tints of Pink Flamingo #FC64EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 40.14%

R = 42.86%
G = 17.01%
B = 40.14%

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

#FC64EC (or 0xFC64EC) is known color: Pink Flamingo. HEX triplet: FC, 64 and EC. RGB value is (252,100,236). Sum of RGB (Red+Green+Blue) = 252+100+236=588 (77% of max value = 765). Red value is 252 (98.83% from 255 or 42.86% from 588); Green value is 100 (39.45% from 255 or 17.01% from 588); Blue value is 236 (92.58% from 255 or 40.14% from 588); Max value from RGB is 252 - color contains mainly: red. Hex color #FC64EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC64EC is #039B13. Grayscale: #A0A0A0. Windows color (decimal): -236308 or 15492348. OLE color: 15492348.

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

Color convert

RGB 252 100 236 -
CMYK 0 0.60 0.06 0.01
HSL 306.32º 0.96% 0.69% -
HSV(B) 306.32º 0.6% 0.99% -
XYZ 59.84 35.87 83.13 -
YUV 160.95 170.36 192.94 -
System Red Green Blue C M Y K H S L
Decimal 252 100 236 0 0.60 0.06 0.01 306.32 0.96 0.69
Hex FC 64 EC 0 3C 6 1 132 60 45
Octal 374 144 354 0 74 6 1 462 140 105
Binary 11111100 1100100 11101100 0 111100 110 1 100110010 1100000 1000101

Color Harmonies of #FC64EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC64EC

Black with #FC64EC

Text Example


Text Example

White with #FC64EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC64EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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