#FC5D7D

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

Shades of Brink Pink #FC5D7D

Tints of Brink Pink #FC5D7D

Color information

#FC5D7D (or 0xFC5D7D) is unknown color: approx Brink Pink. HEX triplet: FC, 5D and 7D. RGB value is (252,93,125). Sum of RGB (Red+Green+Blue) = 252+93+125=470 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.62% from 470); Green value is 93 (36.72% from 255 or 19.79% from 470); Blue value is 125 (49.22% from 255 or 26.60% from 470); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5D7D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC5D7D is #03A282. Grayscale: #909090. Windows color (decimal): -238211 or 8216060. OLE color: 8216060.

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

Color convert

RGB25293125-
CMYK00.630.500.01
HSL347.92º96.36%67.65%-
HSV(B)347.92º63.1%98.82%-
XYZ47.763022.68-
YUV144.19117.18204.9-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 53.62%
GREEN value IS 93 (36.72% from 255) = 19.79%
BLUE value IS 125 (49.22% from 255) = 26.60%
R=53.62%
G=19.79%
B=26.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.50
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2529312500.630.500.01347.9296.3667.65
HexFC5D7D03F32115c6044
Octal374135175077621534140104
Binary11111100101110111111010111111110010110101110011000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC5D7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC5D7D; }

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

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

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

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

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

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

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

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