#FF7C85

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

Shades of Brink Pink #FF7C85

Tints of Brink Pink #FF7C85

Color information

#FF7C85 (or 0xFF7C85) is unknown color: approx Brink Pink. HEX triplet: FF, 7C and 85. RGB value is (255,124,133). Sum of RGB (Red+Green+Blue) = 255+124+133=512 (67% of max value = 765). Red value is 255 (100% from 255 or 49.80% from 512); Green value is 124 (48.83% from 255 or 24.22% from 512); Blue value is 133 (52.34% from 255 or 25.98% from 512); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7C85 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF7C85 is #00837A. Grayscale: #A4A4A4. Windows color (decimal): -33659 or 8748287. OLE color: 8748287.

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

Color convert

RGB255124133-
CMYK00.510.480
HSL355.88º100%74.31%-
HSV(B)355.88º51.37%100%-
XYZ52.6837.3726.63-
YUV164.2110.4192.77-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 49.80%
GREEN value IS 124 (48.83% from 255) = 24.22%
BLUE value IS 133 (52.34% from 255) = 25.98%
R=49.80%
G=24.22%
B=25.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.48
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25512413300.510.480355.8810074.31
HexFF7C85033300164644a
Octal377174205063600544144112
Binary111111111111100100001010110011110000010110010011001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF7C85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF7C85; }

 p { color: rgb(255,124,133); }

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

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

 a { background-color: rgb(255,124,133); }

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

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

 span { border-color: rgb(255,124,133); }

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