Html Css Color HEX #FE50EC Pink Flamingo

📋 copy color: '#FE50EC'

red 254 ◦ green 80 ◦ blue 236

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

Shades of Pink Flamingo #FE50EC

Tints of Pink Flamingo #FE50EC

RGB

 RED value IS 254 (99.61% from 255) = 44.56%

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

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

R = 44.56%
G = 14.04%
B = 41.4%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.07

 K value IS 0.00

RGB Variations

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

Color information

#FE50EC (or 0xFE50EC) is known color: Pink Flamingo. HEX triplet: FE, 50 and EC. RGB value is (254,80,236). Sum of RGB (Red+Green+Blue) = 254+80+236=570 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.56% from 570); Green value is 80 (31.64% from 255 or 14.04% from 570); Blue value is 236 (92.58% from 255 or 41.40% from 570); Max value from RGB is 254 - color contains mainly: red. Hex color #FE50EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE50EC is #01AF13. Grayscale: #959595. Windows color (decimal): -110356 or 15487230. OLE color: 15487230.

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

Color convert

RGB 254 80 236 -
CMYK 0 0.69 0.07 0.00
HSL 306.21º 0.99% 0.65% -
HSV(B) 306.21º 0.69% 1% -
XYZ 58.88 32.86 82.6 -
YUV 149.81 176.65 202.32 -
System Red Green Blue C M Y K H S L
Decimal 254 80 236 0 0.69 0.07 0.00 306.21 0.99 0.65
Hex FE 50 EC 0 45 7 0 132 63 41
Octal 376 120 354 0 105 7 0 462 143 101
Binary 11111110 1010000 11101100 0 1000101 111 0 100110010 1100011 1000001

Color Harmonies of #FE50EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE50EC

Black with #FE50EC

Text Example


Text Example

White with #FE50EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE50EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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