Html Css Color HEX #FF50EE Pink Flamingo

📋 copy color: '#FF50EE'

red 255 ◦ green 80 ◦ blue 238

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

Shades of Pink Flamingo #FF50EE

Tints of Pink Flamingo #FF50EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 41.54%

R = 44.5%
G = 13.96%
B = 41.54%

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

#FF50EE (or 0xFF50EE) is known color: Pink Flamingo. HEX triplet: FF, 50 and EE. RGB value is (255,80,238). Sum of RGB (Red+Green+Blue) = 255+80+238=573 (75% of max value = 765). Red value is 255 (100% from 255 or 44.50% from 573); Green value is 80 (31.64% from 255 or 13.96% from 573); Blue value is 238 (93.36% from 255 or 41.54% from 573); Max value from RGB is 255 - color contains mainly: red. Hex color #FF50EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF50EE is #00AF11. Grayscale: #959595. Windows color (decimal): -44818 or 15618303. OLE color: 15618303.

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

Color convert

RGB 255 80 238 -
CMYK 0 0.69 0.07 0
HSL 305.83º 1% 0.66% -
HSV(B) 305.83º 0.69% 1% -
XYZ 59.54 33.17 84.15 -
YUV 150.34 177.48 202.65 -
System Red Green Blue C M Y K H S L
Decimal 255 80 238 0 0.69 0.07 0 305.83 1 0.66
Hex FF 50 EE 0 45 7 0 132 64 42
Octal 377 120 356 0 105 7 0 462 144 102
Binary 11111111 1010000 11101110 0 1000101 111 0 100110010 1100100 1000010

Color Harmonies of #FF50EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF50EE

Black with #FF50EE

Text Example


Text Example

White with #FF50EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF50EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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