#FC5AFF

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

Shades of Pink Flamingo #FC5AFF

Tints of Pink Flamingo #FC5AFF

Color information

#FC5AFF (or 0xFC5AFF) is unknown color: approx Pink Flamingo. HEX triplet: FC, 5A and FF. RGB value is (252,90,255). Sum of RGB (Red+Green+Blue) = 252+90+255=597 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42.21% from 597); Green value is 90 (35.55% from 255 or 15.08% from 597); Blue value is 255 (100% from 255 or 42.71% from 597); Max value from RGB is 255 - color contains mainly: blue. Hex color #FC5AFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC5AFF is #03A500. Grayscale: #9C9C9C. Windows color (decimal): -238849 or 16734972. OLE color: 16734972.

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

Color convert

RGB25290255-
CMYK0.010.6500
HSL298.91º100%67.65%-
HSV(B)298.91º64.71%100%-
XYZ61.8535.2398.15-
YUV157.25183.17195.58-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 42.21%
GREEN value IS 90 (35.55% from 255) = 15.08%
BLUE value IS 255 (100% from 255) = 42.71%
R=42.21%
G=15.08%
B=42.71%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal252902550.010.6500298.9110067.65
HexFC5AFF1410012b6444
Octal374132377110100453144104
Binary11111100101101011111111110000010010010101111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC5AFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC5AFF; }

 p { color: rgb(252,90,255); }

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

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

 a { background-color: rgb(252,90,255); }

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

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

 span { border-color: rgb(252,90,255); }

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