Html Css Color HEX #FC64EE Pink Flamingo

📋 copy color: '#FC64EE'

red 252 ◦ green 100 ◦ blue 238

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

Shades of Pink Flamingo #FC64EE

Tints of Pink Flamingo #FC64EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 40.34%

R = 42.71%
G = 16.95%
B = 40.34%

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

#FC64EE (or 0xFC64EE) is known color: Pink Flamingo. HEX triplet: FC, 64 and EE. RGB value is (252,100,238). Sum of RGB (Red+Green+Blue) = 252+100+238=590 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.71% from 590); Green value is 100 (39.45% from 255 or 16.95% from 590); Blue value is 238 (93.36% from 255 or 40.34% from 590); Max value from RGB is 252 - color contains mainly: red. Hex color #FC64EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC64EE is #039B11. Grayscale: #A0A0A0. Windows color (decimal): -236306 or 15623420. OLE color: 15623420.

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

Color convert

RGB 252 100 238 -
CMYK 0 0.60 0.06 0.01
HSL 305.53º 0.96% 0.69% -
HSV(B) 305.53º 0.6% 0.99% -
XYZ 60.13 35.98 84.66 -
YUV 161.18 171.36 192.78 -
System Red Green Blue C M Y K H S L
Decimal 252 100 238 0 0.60 0.06 0.01 305.53 0.96 0.69
Hex FC 64 EE 0 3C 6 1 132 60 45
Octal 374 144 356 0 74 6 1 462 140 105
Binary 11111100 1100100 11101110 0 111100 110 1 100110010 1100000 1000101

Color Harmonies of #FC64EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC64EE

Black with #FC64EE

Text Example


Text Example

White with #FC64EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC64EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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