Html Css Color HEX #FC52EC Pink Flamingo

📋 copy color: '#FC52EC'

red 252 ◦ green 82 ◦ blue 236

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

Shades of Pink Flamingo #FC52EC

Tints of Pink Flamingo #FC52EC

RGB

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

 GREEN value IS 82 (32.42% from 255) = 14.39%

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

R = 44.21%
G = 14.39%
B = 41.4%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#FC52EC (or 0xFC52EC) is known color: Pink Flamingo. HEX triplet: FC, 52 and EC. RGB value is (252,82,236). Sum of RGB (Red+Green+Blue) = 252+82+236=570 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.21% from 570); Green value is 82 (32.42% from 255 or 14.39% from 570); Blue value is 236 (92.58% from 255 or 41.40% from 570); Max value from RGB is 252 - color contains mainly: red. Hex color #FC52EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC52EC is #03AD13. Grayscale: #959595. Windows color (decimal): -240916 or 15487740. OLE color: 15487740.

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

Color convert

RGB 252 82 236 -
CMYK 0 0.67 0.06 0.01
HSL 305.65º 0.97% 0.65% -
HSV(B) 305.65º 0.67% 0.99% -
XYZ 58.3 32.79 82.61 -
YUV 150.39 176.32 200.48 -
System Red Green Blue C M Y K H S L
Decimal 252 82 236 0 0.67 0.06 0.01 305.65 0.97 0.65
Hex FC 52 EC 0 43 6 1 132 61 41
Octal 374 122 354 0 103 6 1 462 141 101
Binary 11111100 1010010 11101100 0 1000011 110 1 100110010 1100001 1000001

Color Harmonies of #FC52EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC52EC

Black with #FC52EC

Text Example


Text Example

White with #FC52EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC52EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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