#FC757E

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

Shades of Brink Pink #FC757E

Tints of Brink Pink #FC757E

Color information

#FC757E (or 0xFC757E) is unknown color: approx Brink Pink. HEX triplet: FC, 75 and 7E. RGB value is (252,117,126). Sum of RGB (Red+Green+Blue) = 252+117+126=495 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.91% from 495); Green value is 117 (46.09% from 255 or 23.64% from 495); Blue value is 126 (49.61% from 255 or 25.45% from 495); Max value from RGB is 252 - color contains mainly: red. Hex color #FC757E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC757E is #038A81. Grayscale: #9E9E9E. Windows color (decimal): -232066 or 8287740. OLE color: 8287740.

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

Color convert

RGB252117126-
CMYK00.540.50.01
HSL356º95.74%72.35%-
HSV(B)356º53.57%98.82%-
XYZ50.2734.9223.83-
YUV158.39109.73194.77-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 50.91%
GREEN value IS 117 (46.09% from 255) = 23.64%
BLUE value IS 126 (49.61% from 255) = 25.45%
R=50.91%
G=23.64%
B=25.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.5
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25211712600.540.50.0135695.7472.35
HexFC757E0363211646048
Octal374165176066621544140110
Binary11111100111010111111100110110110010110110010011000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC757E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC757E; }

 p { color: rgb(252,117,126); }

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

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

 a { background-color: rgb(252,117,126); }

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

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

 span { border-color: rgb(252,117,126); }

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