#FF7A87

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

Shades of Brink Pink #FF7A87

Tints of Brink Pink #FF7A87

Color information

#FF7A87 (or 0xFF7A87) is unknown color: approx Brink Pink. HEX triplet: FF, 7A and 87. RGB value is (255,122,135). Sum of RGB (Red+Green+Blue) = 255+122+135=512 (67% of max value = 765). Red value is 255 (100% from 255 or 49.80% from 512); Green value is 122 (48.05% from 255 or 23.83% from 512); Blue value is 135 (53.12% from 255 or 26.37% from 512); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7A87 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF7A87 is #008578. Grayscale: #A3A3A3. Windows color (decimal): -34169 or 8878847. OLE color: 8878847.

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

Color convert

RGB255122135-
CMYK00.520.470
HSL354.14º100%73.92%-
HSV(B)354.14º52.16%100%-
XYZ52.5736.9327.28-
YUV163.25112.06193.44-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 49.80%
GREEN value IS 122 (48.05% from 255) = 23.83%
BLUE value IS 135 (53.12% from 255) = 26.37%
R=49.80%
G=23.83%
B=26.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.47
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25512213500.520.470354.1410073.92
HexFF7A870342F0162644a
Octal377172207064570542144112
Binary111111111111010100001110110100101111010110001011001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF7A87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF7A87; }

 p { color: rgb(255,122,135); }

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

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

 a { background-color: rgb(255,122,135); }

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

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

 span { border-color: rgb(255,122,135); }

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