#FF758C

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

Shades of Brink Pink #FF758C

Tints of Brink Pink #FF758C

Color information

#FF758C (or 0xFF758C) is unknown color: approx Brink Pink. HEX triplet: FF, 75 and 8C. RGB value is (255,117,140). Sum of RGB (Red+Green+Blue) = 255+117+140=512 (67% of max value = 765). Red value is 255 (100% from 255 or 49.80% from 512); Green value is 117 (46.09% from 255 or 22.85% from 512); Blue value is 140 (55.08% from 255 or 27.34% from 512); Max value from RGB is 255 - color contains mainly: red. Hex color #FF758C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF758C is #008A73. Grayscale: #A0A0A0. Windows color (decimal): -35444 or 9205247. OLE color: 9205247.

HSL color Cylindrical-coordinate representation of color #FF758C: hue angle of 350º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FF758C is Cyan = 0, Magento = 0.54, Yellow = 0.45 and Black (K on CMYK) = 0.

Color convert

RGB255117140-
CMYK00.540.450
HSL350º100%72.94%-
HSV(B)350º54.12%100%-
XYZ52.3335.8828.98-
YUV160.88116.22195.13-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 49.80%
GREEN value IS 117 (46.09% from 255) = 22.85%
BLUE value IS 140 (55.08% from 255) = 27.34%
R=49.80%
G=22.85%
B=27.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.45
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25511714000.540.45035010072.94
HexFF758C0362D015e6449
Octal377165214066550536144111
Binary111111111110101100011000110110101101010101111011001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF758C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF758C; }

 p { color: rgb(255,117,140); }

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

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

 a { background-color: rgb(255,117,140); }

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

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

 span { border-color: rgb(255,117,140); }

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