Html Css Color HEX #FC61EC Pink Flamingo

📋 copy color: '#FC61EC'

red 252 ◦ green 97 ◦ blue 236

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

Shades of Pink Flamingo #FC61EC

Tints of Pink Flamingo #FC61EC

RGB

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

 GREEN value IS 97 (38.28% from 255) = 16.58%

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

R = 43.08%
G = 16.58%
B = 40.34%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#FC61EC (or 0xFC61EC) is known color: Pink Flamingo. HEX triplet: FC, 61 and EC. RGB value is (252,97,236). Sum of RGB (Red+Green+Blue) = 252+97+236=585 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.08% from 585); Green value is 97 (38.28% from 255 or 16.58% from 585); Blue value is 236 (92.58% from 255 or 40.34% from 585); Max value from RGB is 252 - color contains mainly: red. Hex color #FC61EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC61EC is #039E13. Grayscale: #9E9E9E. Windows color (decimal): -237076 or 15491580. OLE color: 15491580.

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

Color convert

RGB 252 97 236 -
CMYK 0 0.62 0.06 0.01
HSL 306.19º 0.96% 0.68% -
HSV(B) 306.19º 0.62% 0.99% -
XYZ 59.56 35.3 83.03 -
YUV 159.19 171.35 194.2 -
System Red Green Blue C M Y K H S L
Decimal 252 97 236 0 0.62 0.06 0.01 306.19 0.96 0.68
Hex FC 61 EC 0 3E 6 1 132 60 44
Octal 374 141 354 0 76 6 1 462 140 104
Binary 11111100 1100001 11101100 0 111110 110 1 100110010 1100000 1000100

Color Harmonies of #FC61EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC61EC

Black with #FC61EC

Text Example


Text Example

White with #FC61EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC61EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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