Html Css Color HEX #FF7086 Brink Pink

📋 copy color: '#FF7086'

red 255 ◦ green 112 ◦ blue 134

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

Shades of Brink Pink #FF7086

Tints of Brink Pink #FF7086

RGB

 RED value IS 255 (100% from 255) = 50.9%

 GREEN value IS 112 (44.14% from 255) = 22.36%

 BLUE value IS 134 (52.73% from 255) = 26.75%

R = 50.9%
G = 22.36%
B = 26.75%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.47

 K value IS 0

RGB Variations

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

Color information

#FF7086 (or 0xFF7086) is known color: Brink Pink. HEX triplet: FF, 70 and 86. RGB value is (255,112,134). Sum of RGB (Red+Green+Blue) = 255+112+134=501 (66% of max value = 765). Red value is 255 (100% from 255 or 50.90% from 501); Green value is 112 (44.14% from 255 or 22.36% from 501); Blue value is 134 (52.73% from 255 or 26.75% from 501); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7086 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF7086 is #008F79. Grayscale: #9D9D9D. Windows color (decimal): -36730 or 8810751. OLE color: 8810751.

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

Color convert

RGB 255 112 134 -
CMYK 0 0.56 0.47 0
HSL 350.77º 1% 0.72% -
HSV(B) 350.77º 0.56% 1% -
XYZ 51.34 34.57 26.52 -
YUV 157.27 114.88 197.71 -
System Red Green Blue C M Y K H S L
Decimal 255 112 134 0 0.56 0.47 0 350.77 1 0.72
Hex FF 70 86 0 38 2F 0 15F 64 48
Octal 377 160 206 0 70 57 0 537 144 110
Binary 11111111 1110000 10000110 0 111000 101111 0 101011111 1100100 1001000

Color Harmonies of #FF7086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7086

Black with #FF7086

Text Example


Text Example

White with #FF7086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7086; }

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

 H1.HeaderClassName
 {
   color: #FF7086;
 }
 .AnyTagClassName
 {
   color: #FF7086;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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