Html Css Color HEX #FF50EB Pink Flamingo

📋 copy color: '#FF50EB'

red 255 ◦ green 80 ◦ blue 235

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

Shades of Pink Flamingo #FF50EB

Tints of Pink Flamingo #FF50EB

RGB

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

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

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

R = 44.74%
G = 14.04%
B = 41.23%

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

#FF50EB (or 0xFF50EB) is known color: Pink Flamingo. HEX triplet: FF, 50 and EB. RGB value is (255,80,235). Sum of RGB (Red+Green+Blue) = 255+80+235=570 (75% of max value = 765). Red value is 255 (100% from 255 or 44.74% from 570); Green value is 80 (31.64% from 255 or 14.04% from 570); Blue value is 235 (92.19% from 255 or 41.23% from 570); Max value from RGB is 255 - color contains mainly: red. Hex color #FF50EB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF50EB is #00AF14. Grayscale: #959595. Windows color (decimal): -44821 or 15421695. OLE color: 15421695.

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

Color convert

RGB 255 80 235 -
CMYK 0 0.69 0.08 0
HSL 306.86º 1% 0.66% -
HSV(B) 306.86º 0.69% 1% -
XYZ 59.1 33 81.85 -
YUV 150 175.98 202.9 -
System Red Green Blue C M Y K H S L
Decimal 255 80 235 0 0.69 0.08 0 306.86 1 0.66
Hex FF 50 EB 0 45 8 0 133 64 42
Octal 377 120 353 0 105 10 0 463 144 102
Binary 11111111 1010000 11101011 0 1000101 1000 0 100110011 1100100 1000010

Color Harmonies of #FF50EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF50EB

Black with #FF50EB

Text Example


Text Example

White with #FF50EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF50EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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