Html Css Color HEX #FE50EF Pink Flamingo

📋 copy color: '#FE50EF'

red 254 ◦ green 80 ◦ blue 239

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

Shades of Pink Flamingo #FE50EF

Tints of Pink Flamingo #FE50EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 41.71%

R = 44.33%
G = 13.96%
B = 41.71%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.06

 K value IS 0.00

RGB Variations

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

Color information

#FE50EF (or 0xFE50EF) is known color: Pink Flamingo. HEX triplet: FE, 50 and EF. RGB value is (254,80,239). Sum of RGB (Red+Green+Blue) = 254+80+239=573 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.33% from 573); Green value is 80 (31.64% from 255 or 13.96% from 573); Blue value is 239 (93.75% from 255 or 41.71% from 573); Max value from RGB is 254 - color contains mainly: red. Hex color #FE50EF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE50EF is #01AF10. Grayscale: #959595. Windows color (decimal): -110353 or 15683838. OLE color: 15683838.

HSL color Cylindrical-coordinate representation of color #FE50EF: hue angle of 305.17º 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 #FE50EF is Cyan = 0, Magento = 0.69, Yellow = 0.06 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 80 239 -
CMYK 0 0.69 0.06 0.00
HSL 305.17º 0.99% 0.65% -
HSV(B) 305.17º 0.69% 1% -
XYZ 59.32 33.04 84.91 -
YUV 150.15 178.15 202.07 -
System Red Green Blue C M Y K H S L
Decimal 254 80 239 0 0.69 0.06 0.00 305.17 0.99 0.65
Hex FE 50 EF 0 45 6 0 131 63 41
Octal 376 120 357 0 105 6 0 461 143 101
Binary 11111110 1010000 11101111 0 1000101 110 0 100110001 1100011 1000001

Color Harmonies of #FE50EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE50EF

Black with #FE50EF

Text Example


Text Example

White with #FE50EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE50EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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