Html Css Color HEX #FF50EC Pink Flamingo

📋 copy color: '#FF50EC'

red 255 ◦ green 80 ◦ blue 236

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

Shades of Pink Flamingo #FF50EC

Tints of Pink Flamingo #FF50EC

RGB

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

 GREEN value IS 80 (31.64% from 255) = 14.01%

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

R = 44.66%
G = 14.01%
B = 41.33%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.07

 K value IS 0

RGB Variations

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

Color information

#FF50EC (or 0xFF50EC) is known color: Pink Flamingo. HEX triplet: FF, 50 and EC. RGB value is (255,80,236). Sum of RGB (Red+Green+Blue) = 255+80+236=571 (75% of max value = 765). Red value is 255 (100% from 255 or 44.66% from 571); Green value is 80 (31.64% from 255 or 14.01% from 571); Blue value is 236 (92.58% from 255 or 41.33% from 571); Max value from RGB is 255 - color contains mainly: red. Hex color #FF50EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF50EC is #00AF13. Grayscale: #959595. Windows color (decimal): -44820 or 15487231. OLE color: 15487231.

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

Color convert

RGB 255 80 236 -
CMYK 0 0.69 0.07 0
HSL 306.51º 1% 0.66% -
HSV(B) 306.51º 0.69% 1% -
XYZ 59.25 33.05 82.61 -
YUV 150.11 176.48 202.82 -
System Red Green Blue C M Y K H S L
Decimal 255 80 236 0 0.69 0.07 0 306.51 1 0.66
Hex FF 50 EC 0 45 7 0 133 64 42
Octal 377 120 354 0 105 7 0 463 144 102
Binary 11111111 1010000 11101100 0 1000101 111 0 100110011 1100100 1000010

Color Harmonies of #FF50EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF50EC

Black with #FF50EC

Text Example


Text Example

White with #FF50EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF50EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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