Html Css Color HEX #FC49EC Pink Flamingo

📋 copy color: '#FC49EC'

red 252 ◦ green 73 ◦ blue 236

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

Shades of Pink Flamingo #FC49EC

Tints of Pink Flamingo #FC49EC

RGB

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

 GREEN value IS 73 (28.91% from 255) = 13.01%

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

R = 44.92%
G = 13.01%
B = 42.07%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#FC49EC (or 0xFC49EC) is known color: Pink Flamingo. HEX triplet: FC, 49 and EC. RGB value is (252,73,236). Sum of RGB (Red+Green+Blue) = 252+73+236=561 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.92% from 561); Green value is 73 (28.91% from 255 or 13.01% from 561); Blue value is 236 (92.58% from 255 or 42.07% from 561); Max value from RGB is 252 - color contains mainly: red. Hex color #FC49EC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC49EC is #03B613. Grayscale: #909090. Windows color (decimal): -243220 or 15485436. OLE color: 15485436.

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

Color convert

RGB 252 73 236 -
CMYK 0 0.71 0.06 0.01
HSL 305.36º 0.97% 0.64% -
HSV(B) 305.36º 0.71% 0.99% -
XYZ 57.67 31.52 82.4 -
YUV 145.1 179.3 204.25 -
System Red Green Blue C M Y K H S L
Decimal 252 73 236 0 0.71 0.06 0.01 305.36 0.97 0.64
Hex FC 49 EC 0 47 6 1 131 61 40
Octal 374 111 354 0 107 6 1 461 141 100
Binary 11111100 1001001 11101100 0 1000111 110 1 100110001 1100001 1000000

Color Harmonies of #FC49EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC49EC

Black with #FC49EC

Text Example


Text Example

White with #FC49EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC49EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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