Html Css Color HEX #FC54EC Pink Flamingo

📋 copy color: '#FC54EC'

red 252 ◦ green 84 ◦ blue 236

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

Shades of Pink Flamingo #FC54EC

Tints of Pink Flamingo #FC54EC

RGB

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

 GREEN value IS 84 (33.2% from 255) = 14.69%

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

R = 44.06%
G = 14.69%
B = 41.26%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#FC54EC (or 0xFC54EC) is known color: Pink Flamingo. HEX triplet: FC, 54 and EC. RGB value is (252,84,236). Sum of RGB (Red+Green+Blue) = 252+84+236=572 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.06% from 572); Green value is 84 (33.20% from 255 or 14.69% from 572); Blue value is 236 (92.58% from 255 or 41.26% from 572); Max value from RGB is 252 - color contains mainly: red. Hex color #FC54EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC54EC is #03AB13. Grayscale: #979797. Windows color (decimal): -240404 or 15488252. OLE color: 15488252.

HSL color Cylindrical-coordinate representation of color #FC54EC: hue angle of 305.71º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FC54EC is Cyan = 0, Magento = 0.67, Yellow = 0.06 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 84 236 -
CMYK 0 0.67 0.06 0.01
HSL 305.71º 0.97% 0.66% -
HSV(B) 305.71º 0.67% 0.99% -
XYZ 58.46 33.09 82.66 -
YUV 151.56 175.66 199.64 -
System Red Green Blue C M Y K H S L
Decimal 252 84 236 0 0.67 0.06 0.01 305.71 0.97 0.66
Hex FC 54 EC 0 43 6 1 132 61 42
Octal 374 124 354 0 103 6 1 462 141 102
Binary 11111100 1010100 11101100 0 1000011 110 1 100110010 1100001 1000010

Color Harmonies of #FC54EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC54EC

Black with #FC54EC

Text Example


Text Example

White with #FC54EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC54EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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