Html Css Color HEX #FC64ED Pink Flamingo

📋 copy color: '#FC64ED'

red 252 ◦ green 100 ◦ blue 237

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

Shades of Pink Flamingo #FC64ED

Tints of Pink Flamingo #FC64ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 40.24%

R = 42.78%
G = 16.98%
B = 40.24%

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

#FC64ED (or 0xFC64ED) is known color: Pink Flamingo. HEX triplet: FC, 64 and ED. RGB value is (252,100,237). Sum of RGB (Red+Green+Blue) = 252+100+237=589 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.78% from 589); Green value is 100 (39.45% from 255 or 16.98% from 589); Blue value is 237 (92.97% from 255 or 40.24% from 589); Max value from RGB is 252 - color contains mainly: red. Hex color #FC64ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC64ED is #039B12. Grayscale: #A0A0A0. Windows color (decimal): -236307 or 15557884. OLE color: 15557884.

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

Color convert

RGB 252 100 237 -
CMYK 0 0.60 0.06 0.01
HSL 305.92º 0.96% 0.69% -
HSV(B) 305.92º 0.6% 0.99% -
XYZ 59.99 35.92 83.89 -
YUV 161.07 170.86 192.86 -
System Red Green Blue C M Y K H S L
Decimal 252 100 237 0 0.60 0.06 0.01 305.92 0.96 0.69
Hex FC 64 ED 0 3C 6 1 132 60 45
Octal 374 144 355 0 74 6 1 462 140 105
Binary 11111100 1100100 11101101 0 111100 110 1 100110010 1100000 1000101

Color Harmonies of #FC64ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC64ED

Black with #FC64ED

Text Example


Text Example

White with #FC64ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC64ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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