#FF758A

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

Shades of Brink Pink #FF758A

Tints of Brink Pink #FF758A

Color information

#FF758A (or 0xFF758A) is unknown color: approx Brink Pink. HEX triplet: FF, 75 and 8A. RGB value is (255,117,138). Sum of RGB (Red+Green+Blue) = 255+117+138=510 (67% of max value = 765). Red value is 255 (100% from 255 or 50% from 510); Green value is 117 (46.09% from 255 or 22.94% from 510); Blue value is 138 (54.30% from 255 or 27.06% from 510); Max value from RGB is 255 - color contains mainly: red. Hex color #FF758A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF758A is #008A75. Grayscale: #A0A0A0. Windows color (decimal): -35446 or 9074175. OLE color: 9074175.

HSL color Cylindrical-coordinate representation of color #FF758A: hue angle of 350.87º 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 #FF758A is Cyan = 0, Magento = 0.54, Yellow = 0.46 and Black (K on CMYK) = 0.

Color convert

RGB255117138-
CMYK00.540.460
HSL350.87º100%72.94%-
HSV(B)350.87º54.12%100%-
XYZ52.1935.8228.21-
YUV160.66115.22195.29-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 50%
GREEN value IS 117 (46.09% from 255) = 22.94%
BLUE value IS 138 (54.30% from 255) = 27.06%
R=50%
G=22.94%
B=27.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.46
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25511713800.540.460350.8710072.94
HexFF758A0362E015f6449
Octal377165212066560537144111
Binary111111111110101100010100110110101110010101111111001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF758A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF758A; }

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

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

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

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

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

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

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

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