#FC57F3

Color #FC57F3 Pink Flamingo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pink Flamingo #FC57F3

Tints of Pink Flamingo #FC57F3

Color information

#FC57F3 (or 0xFC57F3) is unknown color: approx Pink Flamingo. HEX triplet: FC, 57 and F3. RGB value is (252,87,243). Sum of RGB (Red+Green+Blue) = 252+87+243=582 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.30% from 582); Green value is 87 (34.38% from 255 or 14.95% from 582); Blue value is 243 (95.31% from 255 or 41.75% from 582); Max value from RGB is 252 - color contains mainly: red. Hex color #FC57F3 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC57F3 is #03A80C. Grayscale: #999999. Windows color (decimal): -239629 or 15947772. OLE color: 15947772.

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

Color convert

RGB25287243-
CMYK00.650.040.01
HSL303.27º96.49%66.47%-
HSV(B)303.27º65.48%98.82%-
XYZ59.7333.9888.21-
YUV154.12178.16197.82-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 43.30%
GREEN value IS 87 (34.38% from 255) = 14.95%
BLUE value IS 243 (95.31% from 255) = 41.75%
R=43.30%
G=14.95%
B=41.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.04
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2528724300.650.040.01303.2796.4966.47
HexFC57F30414112f6042
Octal374127363010141457140102
Binary1111110010101111111001101000001100110010111111000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC57F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC57F3; }

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

 H1.HeaderClassName
 {
   color: #FC57F3;
 }
 .AnyTagClassName
 {
   color: #FC57F3;
 }
</style>
background-color css

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

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

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

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

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

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