Html Css Color HEX #FC64FA Pink Flamingo

📋 copy color: '#FC64FA'

red 252 ◦ green 100 ◦ blue 250

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

Shades of Pink Flamingo #FC64FA

Tints of Pink Flamingo #FC64FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 41.53%

R = 41.86%
G = 16.61%
B = 41.53%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.01

 K value IS 0.01

RGB Variations

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

Color information

#FC64FA (or 0xFC64FA) is known color: Pink Flamingo. HEX triplet: FC, 64 and FA. RGB value is (252,100,250). Sum of RGB (Red+Green+Blue) = 252+100+250=602 (79% of max value = 765). Red value is 252 (98.83% from 255 or 41.86% from 602); Green value is 100 (39.45% from 255 or 16.61% from 602); Blue value is 250 (98.05% from 255 or 41.53% from 602); Max value from RGB is 252 - color contains mainly: red. Hex color #FC64FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC64FA is #039B05. Grayscale: #A2A2A2. Windows color (decimal): -236294 or 16409852. OLE color: 16409852.

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

Color convert

RGB 252 100 250 -
CMYK 0 0.60 0.01 0.01
HSL 300.79º 0.96% 0.69% -
HSV(B) 300.79º 0.6% 0.99% -
XYZ 61.96 36.71 94.26 -
YUV 162.55 177.36 191.8 -
System Red Green Blue C M Y K H S L
Decimal 252 100 250 0 0.60 0.01 0.01 300.79 0.96 0.69
Hex FC 64 FA 0 3C 1 1 12D 60 45
Octal 374 144 372 0 74 1 1 455 140 105
Binary 11111100 1100100 11111010 0 111100 1 1 100101101 1100000 1000101

Color Harmonies of #FC64FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC64FA

Black with #FC64FA

Text Example


Text Example

White with #FC64FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC64FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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