Html Css Color HEX #FF50EA Pink Flamingo

📋 copy color: '#FF50EA'

red 255 ◦ green 80 ◦ blue 234

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

Shades of Pink Flamingo #FF50EA

Tints of Pink Flamingo #FF50EA

RGB

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

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

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

R = 44.82%
G = 14.06%
B = 41.12%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.08

 K value IS 0

RGB Variations

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

Color information

#FF50EA (or 0xFF50EA) is known color: Pink Flamingo. HEX triplet: FF, 50 and EA. RGB value is (255,80,234). Sum of RGB (Red+Green+Blue) = 255+80+234=569 (75% of max value = 765). Red value is 255 (100% from 255 or 44.82% from 569); Green value is 80 (31.64% from 255 or 14.06% from 569); Blue value is 234 (91.80% from 255 or 41.12% from 569); Max value from RGB is 255 - color contains mainly: red. Hex color #FF50EA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF50EA is #00AF15. Grayscale: #959595. Windows color (decimal): -44822 or 15356159. OLE color: 15356159.

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

Color convert

RGB 255 80 234 -
CMYK 0 0.69 0.08 0
HSL 307.2º 1% 0.66% -
HSV(B) 307.2º 0.69% 1% -
XYZ 58.96 32.94 81.09 -
YUV 149.88 175.48 202.98 -
System Red Green Blue C M Y K H S L
Decimal 255 80 234 0 0.69 0.08 0 307.2 1 0.66
Hex FF 50 EA 0 45 8 0 133 64 42
Octal 377 120 352 0 105 10 0 463 144 102
Binary 11111111 1010000 11101010 0 1000101 1000 0 100110011 1100100 1000010

Color Harmonies of #FF50EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF50EA

Black with #FF50EA

Text Example


Text Example

White with #FF50EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF50EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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