Html Css Color HEX #FC65EC Pink Flamingo

📋 copy color: '#FC65EC'

red 252 ◦ green 101 ◦ blue 236

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

Shades of Pink Flamingo #FC65EC

Tints of Pink Flamingo #FC65EC

RGB

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

 GREEN value IS 101 (39.84% from 255) = 17.15%

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

R = 42.78%
G = 17.15%
B = 40.07%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#FC65EC (or 0xFC65EC) is known color: Pink Flamingo. HEX triplet: FC, 65 and EC. RGB value is (252,101,236). Sum of RGB (Red+Green+Blue) = 252+101+236=589 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.78% from 589); Green value is 101 (39.84% from 255 or 17.15% from 589); Blue value is 236 (92.58% from 255 or 40.07% from 589); Max value from RGB is 252 - color contains mainly: red. Hex color #FC65EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC65EC is #039A13. Grayscale: #A1A1A1. Windows color (decimal): -236052 or 15492604. OLE color: 15492604.

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

Color convert

RGB 252 101 236 -
CMYK 0 0.60 0.06 0.01
HSL 306.36º 0.96% 0.69% -
HSV(B) 306.36º 0.6% 0.99% -
XYZ 59.94 36.06 83.16 -
YUV 161.54 170.03 192.52 -
System Red Green Blue C M Y K H S L
Decimal 252 101 236 0 0.60 0.06 0.01 306.36 0.96 0.69
Hex FC 65 EC 0 3C 6 1 132 60 45
Octal 374 145 354 0 74 6 1 462 140 105
Binary 11111100 1100101 11101100 0 111100 110 1 100110010 1100000 1000101

Color Harmonies of #FC65EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC65EC

Black with #FC65EC

Text Example


Text Example

White with #FC65EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC65EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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