#FF718A

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

Shades of Brink Pink #FF718A

Tints of Brink Pink #FF718A

Color information

#FF718A (or 0xFF718A) is unknown color: approx Brink Pink. HEX triplet: FF, 71 and 8A. RGB value is (255,113,138). Sum of RGB (Red+Green+Blue) = 255+113+138=506 (67% of max value = 765). Red value is 255 (100% from 255 or 50.40% from 506); Green value is 113 (44.53% from 255 or 22.33% from 506); Blue value is 138 (54.30% from 255 or 27.27% from 506); Max value from RGB is 255 - color contains mainly: red. Hex color #FF718A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF718A is #008E75. Grayscale: #9E9E9E. Windows color (decimal): -36470 or 9073151. OLE color: 9073151.

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

Color convert

RGB255113138-
CMYK00.560.460
HSL349.44º100%72.16%-
HSV(B)349.44º55.69%100%-
XYZ51.7334.9128.06-
YUV158.31116.54196.97-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 50.40%
GREEN value IS 113 (44.53% from 255) = 22.33%
BLUE value IS 138 (54.30% from 255) = 27.27%
R=50.40%
G=22.33%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.46
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25511313800.560.460349.4410072.16
HexFF718A0382E015d6448
Octal377161212070560535144110
Binary111111111110001100010100111000101110010101110111001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF718A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF718A; }

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

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

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

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

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

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

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

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