#FC5D7C

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

Shades of Brink Pink #FC5D7C

Tints of Brink Pink #FC5D7C

Color information

#FC5D7C (or 0xFC5D7C) is unknown color: approx Brink Pink. HEX triplet: FC, 5D and 7C. RGB value is (252,93,124). Sum of RGB (Red+Green+Blue) = 252+93+124=469 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.73% from 469); Green value is 93 (36.72% from 255 or 19.83% from 469); Blue value is 124 (48.83% from 255 or 26.44% from 469); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5D7C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC5D7C is #03A283. Grayscale: #909090. Windows color (decimal): -238212 or 8150524. OLE color: 8150524.

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

Color convert

RGB25293124-
CMYK00.630.510.01
HSL348.3º96.36%67.65%-
HSV(B)348.3º63.1%98.82%-
XYZ47.729.9822.34-
YUV144.07116.68204.98-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 53.73%
GREEN value IS 93 (36.72% from 255) = 19.83%
BLUE value IS 124 (48.83% from 255) = 26.44%
R=53.73%
G=19.83%
B=26.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.51
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2529312400.630.510.01348.396.3667.65
HexFC5D7C03F33115c6044
Octal374135174077631534140104
Binary11111100101110111111000111111110011110101110011000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC5D7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC5D7C; }

 p { color: rgb(252,93,124); }

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

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

 a { background-color: rgb(252,93,124); }

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

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

 span { border-color: rgb(252,93,124); }

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