Html Css Color HEX #FF49EC Pink Flamingo

📋 copy color: '#FF49EC'

red 255 ◦ green 73 ◦ blue 236

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

Shades of Pink Flamingo #FF49EC

Tints of Pink Flamingo #FF49EC

RGB

 RED value IS 255 (100% from 255) = 45.21%

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

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

R = 45.21%
G = 12.94%
B = 41.84%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.07

 K value IS 0

RGB Variations

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

Color information

#FF49EC (or 0xFF49EC) is known color: Pink Flamingo. HEX triplet: FF, 49 and EC. RGB value is (255,73,236). Sum of RGB (Red+Green+Blue) = 255+73+236=564 (74% of max value = 765). Red value is 255 (100% from 255 or 45.21% from 564); Green value is 73 (28.91% from 255 or 12.94% from 564); Blue value is 236 (92.58% from 255 or 41.84% from 564); Max value from RGB is 255 - color contains mainly: red. Hex color #FF49EC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF49EC is #00B613. Grayscale: #919191. Windows color (decimal): -46612 or 15485439. OLE color: 15485439.

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

Color convert

RGB 255 73 236 -
CMYK 0 0.71 0.07 0
HSL 306.26º 1% 0.64% -
HSV(B) 306.26º 0.71% 1% -
XYZ 58.76 32.08 82.45 -
YUV 146 178.8 205.75 -
System Red Green Blue C M Y K H S L
Decimal 255 73 236 0 0.71 0.07 0 306.26 1 0.64
Hex FF 49 EC 0 47 7 0 132 64 40
Octal 377 111 354 0 107 7 0 462 144 100
Binary 11111111 1001001 11101100 0 1000111 111 0 100110010 1100100 1000000

Color Harmonies of #FF49EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF49EC

Black with #FF49EC

Text Example


Text Example

White with #FF49EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF49EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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