Html Css Color HEX #FF707E Brink Pink

📋 copy color: '#FF707E'

red 255 ◦ green 112 ◦ blue 126

#FF707E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brink Pink #FF707E

Tints of Brink Pink #FF707E

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 value IS 0

 M value IS 0.56

 Y value IS 0.51

 K value IS 0

RGB Variations

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

Color information

#FF707E (or 0xFF707E) is known color: 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

RGB 255 112 126 -
CMYK 0 0.56 0.51 0
HSL 354.13º 1% 0.72% -
HSV(B) 354.13º 0.56% 1% -
XYZ 50.8 34.35 23.69 -
YUV 156.35 110.88 198.36 -
System Red Green Blue C M Y K H S L
Decimal 255 112 126 0 0.56 0.51 0 354.13 1 0.72
Hex FF 70 7E 0 38 33 0 162 64 48
Octal 377 160 176 0 70 63 0 542 144 110
Binary 11111111 1110000 1111110 0 111000 110011 0 101100010 1100100 1001000

Color Harmonies of #FF707E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF707E

Black with #FF707E

Text Example


Text Example

White with #FF707E

Text Example


Text Example

HTML Codes & Css Web 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>