#FC5A89

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

Shades of Brink Pink #FC5A89

Tints of Brink Pink #FC5A89

Color information

#FC5A89 (or 0xFC5A89) is unknown color: approx Brink Pink. HEX triplet: FC, 5A and 89. RGB value is (252,90,137). Sum of RGB (Red+Green+Blue) = 252+90+137=479 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.61% from 479); Green value is 90 (35.55% from 255 or 18.79% from 479); Blue value is 137 (53.91% from 255 or 28.60% from 479); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5A89 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC5A89 is #03A576. Grayscale: #8F8F8F. Windows color (decimal): -238967 or 9001724. OLE color: 9001724.

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

Color convert

RGB25290137-
CMYK00.640.460.01
HSL342.59º96.43%67.06%-
HSV(B)342.59º64.29%98.82%-
XYZ48.3229.8126.88-
YUV143.8124.17205.18-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 52.61%
GREEN value IS 90 (35.55% from 255) = 18.79%
BLUE value IS 137 (53.91% from 255) = 28.60%
R=52.61%
G=18.79%
B=28.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.46
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2529013700.640.460.01342.5996.4367.06
HexFC5A890402E11576043
Octal3741322110100561527140103
Binary1111110010110101000100101000000101110110101011111000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC5A89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC5A89; }

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

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

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

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

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

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

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

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