Html Css Color HEX #FC64FC Pink Flamingo

📋 copy color: '#FC64FC'

red 252 ◦ green 100 ◦ blue 252

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

Shades of Pink Flamingo #FC64FC

Tints of Pink Flamingo #FC64FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 41.72%

R = 41.72%
G = 16.56%
B = 41.72%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#FC64FC (or 0xFC64FC) is known color: Pink Flamingo. HEX triplet: FC, 64 and FC. RGB value is (252,100,252). Sum of RGB (Red+Green+Blue) = 252+100+252=604 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.72% from 604); Green value is 100 (39.45% from 255 or 16.56% from 604); Blue value is 252 (98.83% from 255 or 41.72% from 604); Max value from RGB is 252 - color contains mainly: red, blue. Hex color #FC64FC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC64FC is #039B03. Grayscale: #A2A2A2. Windows color (decimal): -236292 or 16540924. OLE color: 16540924.

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

Color convert

RGB 252 100 252 -
CMYK 0 0.60 0 0.01
HSL 300º 0.96% 0.69% -
HSV(B) 300º 0.6% 0.99% -
XYZ 62.27 36.84 95.92 -
YUV 162.78 178.36 191.64 -
System Red Green Blue C M Y K H S L
Decimal 252 100 252 0 0.60 0 0.01 300 0.96 0.69
Hex FC 64 FC 0 3C 0 1 12C 60 45
Octal 374 144 374 0 74 0 1 454 140 105
Binary 11111100 1100100 11111100 0 111100 0 1 100101100 1100000 1000101

Color Harmonies of #FC64FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC64FC

Black with #FC64FC

Text Example


Text Example

White with #FC64FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC64FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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