#FC49F3

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

Shades of Pink Flamingo #FC49F3

Tints of Pink Flamingo #FC49F3

Color information

#FC49F3 (or 0xFC49F3) is unknown color: approx Pink Flamingo. HEX triplet: FC, 49 and F3. RGB value is (252,73,243). Sum of RGB (Red+Green+Blue) = 252+73+243=568 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.37% from 568); Green value is 73 (28.91% from 255 or 12.85% from 568); Blue value is 243 (95.31% from 255 or 42.78% from 568); Max value from RGB is 252 - color contains mainly: red. Hex color #FC49F3 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC49F3 is #03B60C. Grayscale: #919191. Windows color (decimal): -243213 or 15944188. OLE color: 15944188.

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

Color convert

RGB25273243-
CMYK00.710.040.01
HSL303.02º96.76%63.73%-
HSV(B)303.02º71.03%98.82%-
XYZ58.7131.9387.86-
YUV145.9182.8203.68-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 44.37%
GREEN value IS 73 (28.91% from 255) = 12.85%
BLUE value IS 243 (95.31% from 255) = 42.78%
R=44.37%
G=12.85%
B=42.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.04
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2527324300.710.040.01303.0296.7663.73
HexFC49F30474112f6140
Octal374111363010741457141100
Binary1111110010010011111001101000111100110010111111000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC49F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC49F3; }

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

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

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

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

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

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

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

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