#FC5880

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

Shades of Brink Pink #FC5880

Tints of Brink Pink #FC5880

Color information

#FC5880 (or 0xFC5880) is unknown color: approx Brink Pink. HEX triplet: FC, 58 and 80. RGB value is (252,88,128). Sum of RGB (Red+Green+Blue) = 252+88+128=468 (61% of max value = 765). Red value is 252 (98.83% from 255 or 53.85% from 468); Green value is 88 (34.77% from 255 or 18.80% from 468); Blue value is 128 (50.39% from 255 or 27.35% from 468); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5880 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC5880 is #03A77F. Grayscale: #8D8D8D. Windows color (decimal): -239488 or 8411388. OLE color: 8411388.

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

Color convert

RGB25288128-
CMYK00.650.490.01
HSL345.37º96.47%66.67%-
HSV(B)345.37º65.08%98.82%-
XYZ47.5329.2323.56-
YUV141.6120.33206.75-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 53.85%
GREEN value IS 88 (34.77% from 255) = 18.80%
BLUE value IS 128 (50.39% from 255) = 27.35%
R=53.85%
G=18.80%
B=27.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.49
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2528812800.650.490.01345.3796.4766.67
HexFC58800413111596043
Octal3741302000101611531140103
Binary1111110010110001000000001000001110001110101100111000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC5880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC5880; }

 p { color: rgb(252,88,128); }

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

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

 a { background-color: rgb(252,88,128); }

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

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

 span { border-color: rgb(252,88,128); }

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