#FC5BF0

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

Shades of Pink Flamingo #FC5BF0

Tints of Pink Flamingo #FC5BF0

Color information

#FC5BF0 (or 0xFC5BF0) is unknown color: approx Pink Flamingo. HEX triplet: FC, 5B and F0. RGB value is (252,91,240). Sum of RGB (Red+Green+Blue) = 252+91+240=583 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.22% from 583); Green value is 91 (35.94% from 255 or 15.61% from 583); Blue value is 240 (94.14% from 255 or 41.17% from 583); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5BF0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC5BF0 is #03A40F. Grayscale: #9B9B9B. Windows color (decimal): -238608 or 15752188. OLE color: 15752188.

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

Color convert

RGB25291240-
CMYK00.640.050.01
HSL304.47º96.41%67.25%-
HSV(B)304.47º63.89%98.82%-
XYZ59.6134.4785.95-
YUV156.12175.34196.38-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 43.22%
GREEN value IS 91 (35.94% from 255) = 15.61%
BLUE value IS 240 (94.14% from 255) = 41.17%
R=43.22%
G=15.61%
B=41.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.05
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2529124000.640.050.01304.4796.4167.25
HexFC5BF0040511306043
Octal374133360010051460140103
Binary1111110010110111111000001000000101110011000011000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC5BF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC5BF0; }

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

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

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

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

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

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

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

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