Html Css Color HEX #FE50EB Pink Flamingo

📋 copy color: '#FE50EB'

red 254 ◦ green 80 ◦ blue 235

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

Shades of Pink Flamingo #FE50EB

Tints of Pink Flamingo #FE50EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 41.3%

R = 44.64%
G = 14.06%
B = 41.3%

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

#FE50EB (or 0xFE50EB) is known color: Pink Flamingo. HEX triplet: FE, 50 and EB. RGB value is (254,80,235). Sum of RGB (Red+Green+Blue) = 254+80+235=569 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.64% from 569); Green value is 80 (31.64% from 255 or 14.06% from 569); Blue value is 235 (92.19% from 255 or 41.30% from 569); Max value from RGB is 254 - color contains mainly: red. Hex color #FE50EB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE50EB is #01AF14. Grayscale: #959595. Windows color (decimal): -110357 or 15421694. OLE color: 15421694.

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

Color convert

RGB 254 80 235 -
CMYK 0 0.69 0.07 0.00
HSL 306.55º 0.99% 0.65% -
HSV(B) 306.55º 0.69% 1% -
XYZ 58.74 32.81 81.83 -
YUV 149.7 176.15 202.4 -
System Red Green Blue C M Y K H S L
Decimal 254 80 235 0 0.69 0.07 0.00 306.55 0.99 0.65
Hex FE 50 EB 0 45 7 0 133 63 41
Octal 376 120 353 0 105 7 0 463 143 101
Binary 11111110 1010000 11101011 0 1000101 111 0 100110011 1100011 1000001

Color Harmonies of #FE50EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE50EB

Black with #FE50EB

Text Example


Text Example

White with #FE50EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE50EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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