Html Css Color HEX #FF56EE Pink Flamingo

📋 copy color: '#FF56EE'

red 255 ◦ green 86 ◦ blue 238

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

Shades of Pink Flamingo #FF56EE

Tints of Pink Flamingo #FF56EE

RGB

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

 GREEN value IS 86 (33.98% from 255) = 14.85%

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

R = 44.04%
G = 14.85%
B = 41.11%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.07

 K value IS 0

RGB Variations

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

Color information

#FF56EE (or 0xFF56EE) is known color: Pink Flamingo. HEX triplet: FF, 56 and EE. RGB value is (255,86,238). Sum of RGB (Red+Green+Blue) = 255+86+238=579 (76% of max value = 765). Red value is 255 (100% from 255 or 44.04% from 579); Green value is 86 (33.98% from 255 or 14.85% from 579); Blue value is 238 (93.36% from 255 or 41.11% from 579); Max value from RGB is 255 - color contains mainly: red. Hex color #FF56EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF56EE is #00A911. Grayscale: #999999. Windows color (decimal): -43282 or 15619839. OLE color: 15619839.

HSL color Cylindrical-coordinate representation of color #FF56EE: hue angle of 306.04º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FF56EE is Cyan = 0, Magento = 0.66, Yellow = 0.07 and Black (K on CMYK) = 0.

Color convert

RGB 255 86 238 -
CMYK 0 0.66 0.07 0
HSL 306.04º 1% 0.67% -
HSV(B) 306.04º 0.66% 1% -
XYZ 60 34.09 84.31 -
YUV 153.86 175.49 200.14 -
System Red Green Blue C M Y K H S L
Decimal 255 86 238 0 0.66 0.07 0 306.04 1 0.67
Hex FF 56 EE 0 42 7 0 132 64 43
Octal 377 126 356 0 102 7 0 462 144 103
Binary 11111111 1010110 11101110 0 1000010 111 0 100110010 1100100 1000011

Color Harmonies of #FF56EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF56EE

Black with #FF56EE

Text Example


Text Example

White with #FF56EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF56EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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