#FC55EE

Color #FC55EE Pink Flamingo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pink Flamingo #FC55EE

Tints of Pink Flamingo #FC55EE

Color information

#FC55EE (or 0xFC55EE) is unknown color: approx Pink Flamingo. HEX triplet: FC, 55 and EE. RGB value is (252,85,238). Sum of RGB (Red+Green+Blue) = 252+85+238=575 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.83% from 575); Green value is 85 (33.59% from 255 or 14.78% from 575); Blue value is 238 (93.36% from 255 or 41.39% from 575); Max value from RGB is 252 - color contains mainly: red. Hex color #FC55EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC55EE is #03AA11. Grayscale: #979797. Windows color (decimal): -240146 or 15619580. OLE color: 15619580.

HSL color Cylindrical-coordinate representation of color #FC55EE: hue angle of 305.03º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FC55EE is Cyan = 0, Magento = 0.66, Yellow = 0.06 and Black (K on CMYK) = 0.01.

Color convert

RGB25285238-
CMYK00.660.060.01
HSL305.03º96.53%66.08%-
HSV(B)305.03º66.27%98.82%-
XYZ58.8333.3784.23-
YUV152.38176.33199.06-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 43.83%
GREEN value IS 85 (33.59% from 255) = 14.78%
BLUE value IS 238 (93.36% from 255) = 41.39%
R=43.83%
G=14.78%
B=41.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.06
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2528523800.660.060.01305.0396.5366.08
HexFC55EE042611316142
Octal374125356010261461141102
Binary1111110010101011110111001000010110110011000111000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC55EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC55EE; }

 p { color: rgb(252,85,238); }

 H1.HeaderClassName
 {
   color: #FC55EE;
 }
 .AnyTagClassName
 {
   color: #FC55EE;
 }
</style>
background-color css

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

 a { background-color: rgb(252,85,238); }

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

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

 span { border-color: rgb(252,85,238); }

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