Html Css Color HEX #FE50EA Pink Flamingo

📋 copy color: '#FE50EA'

red 254 ◦ green 80 ◦ blue 234

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

Shades of Pink Flamingo #FE50EA

Tints of Pink Flamingo #FE50EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 41.2%

R = 44.72%
G = 14.08%
B = 41.2%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.08

 K value IS 0.00

RGB Variations

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

Color information

#FE50EA (or 0xFE50EA) is known color: Pink Flamingo. HEX triplet: FE, 50 and EA. RGB value is (254,80,234). Sum of RGB (Red+Green+Blue) = 254+80+234=568 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.72% from 568); Green value is 80 (31.64% from 255 or 14.08% from 568); Blue value is 234 (91.80% from 255 or 41.20% from 568); Max value from RGB is 254 - color contains mainly: red. Hex color #FE50EA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE50EA is #01AF15. Grayscale: #959595. Windows color (decimal): -110358 or 15356158. OLE color: 15356158.

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

Color convert

RGB 254 80 234 -
CMYK 0 0.69 0.08 0.00
HSL 306.9º 0.99% 0.65% -
HSV(B) 306.9º 0.69% 1% -
XYZ 58.59 32.75 81.07 -
YUV 149.58 175.65 202.48 -
System Red Green Blue C M Y K H S L
Decimal 254 80 234 0 0.69 0.08 0.00 306.9 0.99 0.65
Hex FE 50 EA 0 45 8 0 133 63 41
Octal 376 120 352 0 105 10 0 463 143 101
Binary 11111110 1010000 11101010 0 1000101 1000 0 100110011 1100011 1000001

Color Harmonies of #FE50EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE50EA

Black with #FE50EA

Text Example


Text Example

White with #FE50EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE50EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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