#FF7181

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

Shades of Brink Pink #FF7181

Tints of Brink Pink #FF7181

Color information

#FF7181 (or 0xFF7181) is unknown color: approx Brink Pink. HEX triplet: FF, 71 and 81. RGB value is (255,113,129). Sum of RGB (Red+Green+Blue) = 255+113+129=497 (65% of max value = 765). Red value is 255 (100% from 255 or 51.31% from 497); Green value is 113 (44.53% from 255 or 22.74% from 497); Blue value is 129 (50.78% from 255 or 25.96% from 497); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7181 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF7181 is #008E7E. Grayscale: #9D9D9D. Windows color (decimal): -36479 or 8483327. OLE color: 8483327.

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

Color convert

RGB255113129-
CMYK00.560.490
HSL353.24º100%72.16%-
HSV(B)353.24º55.69%100%-
XYZ51.1134.6624.76-
YUV157.28112.04197.7-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 51.31%
GREEN value IS 113 (44.53% from 255) = 22.74%
BLUE value IS 129 (50.78% from 255) = 25.96%
R=51.31%
G=22.74%
B=25.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.49
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25511312900.560.490353.2410072.16
HexFF71810383101616448
Octal377161201070610541144110
Binary111111111110001100000010111000110001010110000111001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF7181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF7181; }

 p { color: rgb(255,113,129); }

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

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

 a { background-color: rgb(255,113,129); }

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

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

 span { border-color: rgb(255,113,129); }

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