Html Css Color HEX #FC56F3 Pink Flamingo

📋 copy color: '#FC56F3'

red 252 ◦ green 86 ◦ blue 243

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

Shades of Pink Flamingo #FC56F3

Tints of Pink Flamingo #FC56F3

RGB

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

 GREEN value IS 86 (33.98% from 255) = 14.8%

 BLUE value IS 243 (95.31% from 255) = 41.82%

R = 43.37%
G = 14.8%
B = 41.82%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.04

 K value IS 0.01

RGB Variations

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

Color information

#FC56F3 (or 0xFC56F3) is known color: Pink Flamingo. HEX triplet: FC, 56 and F3. RGB value is (252,86,243). Sum of RGB (Red+Green+Blue) = 252+86+243=581 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.37% from 581); Green value is 86 (33.98% from 255 or 14.80% from 581); Blue value is 243 (95.31% from 255 or 41.82% from 581); Max value from RGB is 252 - color contains mainly: red. Hex color #FC56F3 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC56F3 is #03A90C. Grayscale: #999999. Windows color (decimal): -239885 or 15947516. OLE color: 15947516.

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

Color convert

RGB 252 86 243 -
CMYK 0 0.66 0.04 0.01
HSL 303.25º 0.97% 0.66% -
HSV(B) 303.25º 0.66% 0.99% -
XYZ 59.65 33.82 88.18 -
YUV 153.53 178.5 198.23 -
System Red Green Blue C M Y K H S L
Decimal 252 86 243 0 0.66 0.04 0.01 303.25 0.97 0.66
Hex FC 56 F3 0 42 4 1 12F 61 42
Octal 374 126 363 0 102 4 1 457 141 102
Binary 11111100 1010110 11110011 0 1000010 100 1 100101111 1100001 1000010

Color Harmonies of #FC56F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC56F3

Black with #FC56F3

Text Example


Text Example

White with #FC56F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC56F3; }

 p { color: rgb(252,86,243); }

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

background-color css

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

 a { background-color: rgb(252,86,243); }

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

border-color css

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

 span { border-color: rgb(252,86,243); }

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