#FC5882

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

Shades of Brink Pink #FC5882

Tints of Brink Pink #FC5882

Color information

#FC5882 (or 0xFC5882) is unknown color: approx Brink Pink. HEX triplet: FC, 58 and 82. RGB value is (252,88,130). Sum of RGB (Red+Green+Blue) = 252+88+130=470 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.62% from 470); Green value is 88 (34.77% from 255 or 18.72% from 470); Blue value is 130 (51.17% from 255 or 27.66% from 470); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5882 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC5882 is #03A77D. Grayscale: #8D8D8D. Windows color (decimal): -239486 or 8542460. OLE color: 8542460.

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

Color convert

RGB25288130-
CMYK00.650.480.01
HSL344.63º96.47%66.67%-
HSV(B)344.63º65.08%98.82%-
XYZ47.6629.2924.26-
YUV141.82121.33206.58-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 53.62%
GREEN value IS 88 (34.77% from 255) = 18.72%
BLUE value IS 130 (51.17% from 255) = 27.66%
R=53.62%
G=18.72%
B=27.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.48
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2528813000.650.480.01344.6396.4766.67
HexFC58820413011596043
Octal3741302020101601531140103
Binary1111110010110001000001001000001110000110101100111000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC5882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC5882; }

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

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

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

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

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

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

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

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