#FF708C

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

Shades of Brink Pink #FF708C

Tints of Brink Pink #FF708C

Color information

#FF708C (or 0xFF708C) is unknown color: approx Brink Pink. HEX triplet: FF, 70 and 8C. RGB value is (255,112,140). Sum of RGB (Red+Green+Blue) = 255+112+140=507 (67% of max value = 765). Red value is 255 (100% from 255 or 50.30% from 507); Green value is 112 (44.14% from 255 or 22.09% from 507); Blue value is 140 (55.08% from 255 or 27.61% from 507); Max value from RGB is 255 - color contains mainly: red. Hex color #FF708C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF708C is #008F73. Grayscale: #9D9D9D. Windows color (decimal): -36724 or 9203967. OLE color: 9203967.

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

Color convert

RGB255112140-
CMYK00.560.450
HSL348.25º100%71.96%-
HSV(B)348.25º56.08%100%-
XYZ51.7734.7428.79-
YUV157.95117.88197.22-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 50.30%
GREEN value IS 112 (44.14% from 255) = 22.09%
BLUE value IS 140 (55.08% from 255) = 27.61%
R=50.30%
G=22.09%
B=27.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.45
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25511214000.560.450348.2510071.96
HexFF708C0382D015c6448
Octal377160214070550534144110
Binary111111111110000100011000111000101101010101110011001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF708C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF708C; }

 p { color: rgb(255,112,140); }

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

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

 a { background-color: rgb(255,112,140); }

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

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

 span { border-color: rgb(255,112,140); }

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