Html Css Color HEX #FF50ED Pink Flamingo

📋 copy color: '#FF50ED'

red 255 ◦ green 80 ◦ blue 237

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

Shades of Pink Flamingo #FF50ED

Tints of Pink Flamingo #FF50ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 41.43%

R = 44.58%
G = 13.99%
B = 41.43%

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

#FF50ED (or 0xFF50ED) is known color: Pink Flamingo. HEX triplet: FF, 50 and ED. RGB value is (255,80,237). Sum of RGB (Red+Green+Blue) = 255+80+237=572 (75% of max value = 765). Red value is 255 (100% from 255 or 44.58% from 572); Green value is 80 (31.64% from 255 or 13.99% from 572); Blue value is 237 (92.97% from 255 or 41.43% from 572); Max value from RGB is 255 - color contains mainly: red. Hex color #FF50ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF50ED is #00AF12. Grayscale: #959595. Windows color (decimal): -44819 or 15552767. OLE color: 15552767.

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

Color convert

RGB 255 80 237 -
CMYK 0 0.69 0.07 0
HSL 306.17º 1% 0.66% -
HSV(B) 306.17º 0.69% 1% -
XYZ 59.39 33.11 83.38 -
YUV 150.22 176.98 202.73 -
System Red Green Blue C M Y K H S L
Decimal 255 80 237 0 0.69 0.07 0 306.17 1 0.66
Hex FF 50 ED 0 45 7 0 132 64 42
Octal 377 120 355 0 105 7 0 462 144 102
Binary 11111111 1010000 11101101 0 1000101 111 0 100110010 1100100 1000010

Color Harmonies of #FF50ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF50ED

Black with #FF50ED

Text Example


Text Example

White with #FF50ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF50ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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