Html Css Color HEX #FC56F0 Pink Flamingo

📋 copy color: '#FC56F0'

red 252 ◦ green 86 ◦ blue 240

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

Shades of Pink Flamingo #FC56F0

Tints of Pink Flamingo #FC56F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 41.52%

R = 43.6%
G = 14.88%
B = 41.52%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.05

 K value IS 0.01

RGB Variations

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

Color information

#FC56F0 (or 0xFC56F0) is known color: Pink Flamingo. HEX triplet: FC, 56 and F0. RGB value is (252,86,240). Sum of RGB (Red+Green+Blue) = 252+86+240=578 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.60% from 578); Green value is 86 (33.98% from 255 or 14.88% from 578); Blue value is 240 (94.14% from 255 or 41.52% from 578); Max value from RGB is 252 - color contains mainly: red. Hex color #FC56F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC56F0 is #03A90F. Grayscale: #989898. Windows color (decimal): -239888 or 15750908. OLE color: 15750908.

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

Color convert

RGB 252 86 240 -
CMYK 0 0.66 0.05 0.01
HSL 304.34º 0.97% 0.66% -
HSV(B) 304.34º 0.66% 0.99% -
XYZ 59.2 33.64 85.81 -
YUV 153.19 177 198.48 -
System Red Green Blue C M Y K H S L
Decimal 252 86 240 0 0.66 0.05 0.01 304.34 0.97 0.66
Hex FC 56 F0 0 42 5 1 130 61 42
Octal 374 126 360 0 102 5 1 460 141 102
Binary 11111100 1010110 11110000 0 1000010 101 1 100110000 1100001 1000010

Color Harmonies of #FC56F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC56F0

Black with #FC56F0

Text Example


Text Example

White with #FC56F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC56F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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