#FF707E

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

Shades of Brink Pink #FF707E

Tints of Brink Pink #FF707E

Color information

#FF707E (or 0xFF707E) is unknown color: approx Brink Pink. HEX triplet: FF, 70 and 7E. RGB value is (255,112,126). Sum of RGB (Red+Green+Blue) = 255+112+126=493 (65% of max value = 765). Red value is 255 (100% from 255 or 51.72% from 493); Green value is 112 (44.14% from 255 or 22.72% from 493); Blue value is 126 (49.61% from 255 or 25.56% from 493); Max value from RGB is 255 - color contains mainly: red. Hex color #FF707E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF707E is #008F81. Grayscale: #9C9C9C. Windows color (decimal): -36738 or 8286463. OLE color: 8286463.

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

Color convert

RGB255112126-
CMYK00.560.510
HSL354.13º100%71.96%-
HSV(B)354.13º56.08%100%-
XYZ50.834.3523.69-
YUV156.35110.88198.36-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 51.72%
GREEN value IS 112 (44.14% from 255) = 22.72%
BLUE value IS 126 (49.61% from 255) = 25.56%
R=51.72%
G=22.72%
B=25.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.51
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25511212600.560.510354.1310071.96
HexFF707E0383301626448
Octal377160176070630542144110
Binary11111111111000011111100111000110011010110001011001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF707E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF707E; }

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

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

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

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

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

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

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

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