#FC5881

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

Shades of Brink Pink #FC5881

Tints of Brink Pink #FC5881

Color information

#FC5881 (or 0xFC5881) is unknown color: approx Brink Pink. HEX triplet: FC, 58 and 81. RGB value is (252,88,129). Sum of RGB (Red+Green+Blue) = 252+88+129=469 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.73% from 469); Green value is 88 (34.77% from 255 or 18.76% from 469); Blue value is 129 (50.78% from 255 or 27.51% from 469); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5881 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC5881 is #03A77E. Grayscale: #8D8D8D. Windows color (decimal): -239487 or 8476924. OLE color: 8476924.

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

Color convert

RGB25288129-
CMYK00.650.490.01
HSL345º96.47%66.67%-
HSV(B)345º65.08%98.82%-
XYZ47.629.2623.91-
YUV141.71120.83206.67-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 53.73%
GREEN value IS 88 (34.77% from 255) = 18.76%
BLUE value IS 129 (50.78% from 255) = 27.51%
R=53.73%
G=18.76%
B=27.51%

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
Decimal2528812900.650.490.0134596.4766.67
HexFC58810413111596043
Octal3741302010101611531140103
Binary1111110010110001000000101000001110001110101100111000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC5881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC5881; }

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

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

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

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

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

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

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

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