#FF7C80

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

Shades of Brink Pink #FF7C80

Tints of Brink Pink #FF7C80

Color information

#FF7C80 (or 0xFF7C80) is unknown color: approx Brink Pink. HEX triplet: FF, 7C and 80. RGB value is (255,124,128). Sum of RGB (Red+Green+Blue) = 255+124+128=507 (67% of max value = 765). Red value is 255 (100% from 255 or 50.30% from 507); Green value is 124 (48.83% from 255 or 24.46% from 507); Blue value is 128 (50.39% from 255 or 25.25% from 507); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7C80 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF7C80 is #00837F. Grayscale: #A3A3A3. Windows color (decimal): -33664 or 8420607. OLE color: 8420607.

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

Color convert

RGB255124128-
CMYK00.510.500
HSL358.17º100%74.31%-
HSV(B)358.17º51.37%100%-
XYZ52.3437.2324.85-
YUV163.62107.9193.17-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 50.30%
GREEN value IS 124 (48.83% from 255) = 24.46%
BLUE value IS 128 (50.39% from 255) = 25.25%
R=50.30%
G=24.46%
B=25.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.50
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25512412800.510.500358.1710074.31
HexFF7C80033320166644a
Octal377174200063620546144112
Binary111111111111100100000000110011110010010110011011001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF7C80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF7C80; }

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

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

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

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

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

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

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

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