Html Css Color HEX #FC55EC Pink Flamingo

📋 copy color: '#FC55EC'

red 252 ◦ green 85 ◦ blue 236

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

Shades of Pink Flamingo #FC55EC

Tints of Pink Flamingo #FC55EC

RGB

 RED value IS 252 (98.83% from 255) = 43.98%

 GREEN value IS 85 (33.59% from 255) = 14.83%

 BLUE value IS 236 (92.58% from 255) = 41.19%

R = 43.98%
G = 14.83%
B = 41.19%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#FC55EC (or 0xFC55EC) is known color: Pink Flamingo. HEX triplet: FC, 55 and EC. RGB value is (252,85,236). Sum of RGB (Red+Green+Blue) = 252+85+236=573 (75% of max value = 765). Red value is 252 (98.83% from 255 or 43.98% from 573); Green value is 85 (33.59% from 255 or 14.83% from 573); Blue value is 236 (92.58% from 255 or 41.19% from 573); Max value from RGB is 252 - color contains mainly: red. Hex color #FC55EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC55EC is #03AA13. Grayscale: #979797. Windows color (decimal): -240148 or 15488508. OLE color: 15488508.

HSL color Cylindrical-coordinate representation of color #FC55EC: hue angle of 305.75º 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 #FC55EC is Cyan = 0, Magento = 0.66, Yellow = 0.06 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 85 236 -
CMYK 0 0.66 0.06 0.01
HSL 305.75º 0.97% 0.66% -
HSV(B) 305.75º 0.66% 0.99% -
XYZ 58.53 33.25 82.69 -
YUV 152.15 175.33 199.22 -
System Red Green Blue C M Y K H S L
Decimal 252 85 236 0 0.66 0.06 0.01 305.75 0.97 0.66
Hex FC 55 EC 0 42 6 1 132 61 42
Octal 374 125 354 0 102 6 1 462 141 102
Binary 11111100 1010101 11101100 0 1000010 110 1 100110010 1100001 1000010

Color Harmonies of #FC55EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC55EC

Black with #FC55EC

Text Example


Text Example

White with #FC55EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC55EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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