#FC5E85

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

Shades of Brink Pink #FC5E85

Tints of Brink Pink #FC5E85

Color information

#FC5E85 (or 0xFC5E85) is unknown color: approx Brink Pink. HEX triplet: FC, 5E and 85. RGB value is (252,94,133). Sum of RGB (Red+Green+Blue) = 252+94+133=479 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.61% from 479); Green value is 94 (37.11% from 255 or 19.62% from 479); Blue value is 133 (52.34% from 255 or 27.77% from 479); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5E85 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC5E85 is #03A17A. Grayscale: #919191. Windows color (decimal): -237947 or 8740604. OLE color: 8740604.

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

Color convert

RGB25294133-
CMYK00.630.470.01
HSL345.19º96.34%67.84%-
HSV(B)345.19º62.7%98.82%-
XYZ48.3830.3925.51-
YUV145.69120.85203.83-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 52.61%
GREEN value IS 94 (37.11% from 255) = 19.62%
BLUE value IS 133 (52.34% from 255) = 27.77%
R=52.61%
G=19.62%
B=27.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.47
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2529413300.630.470.01345.1996.3467.84
HexFC5E8503F2F11596044
Octal374136205077571531140104
Binary111111001011110100001010111111101111110101100111000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC5E85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC5E85; }

 p { color: rgb(252,94,133); }

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

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

 a { background-color: rgb(252,94,133); }

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

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

 span { border-color: rgb(252,94,133); }

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