Html Css Color HEX #FF7986 Brink Pink

📋 copy color: '#FF7986'

red 255 ◦ green 121 ◦ blue 134

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

Shades of Brink Pink #FF7986

Tints of Brink Pink #FF7986

RGB

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

 GREEN value IS 121 (47.66% from 255) = 23.73%

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

R = 50%
G = 23.73%
B = 26.27%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.47

 K value IS 0

RGB Variations

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

Color information

#FF7986 (or 0xFF7986) is known color: Brink Pink. HEX triplet: FF, 79 and 86. RGB value is (255,121,134). Sum of RGB (Red+Green+Blue) = 255+121+134=510 (67% of max value = 765). Red value is 255 (100% from 255 or 50% from 510); Green value is 121 (47.66% from 255 or 23.73% from 510); Blue value is 134 (52.73% from 255 or 26.27% from 510); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7986 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF7986 is #008679. Grayscale: #A2A2A2. Windows color (decimal): -34426 or 8813055. OLE color: 8813055.

HSL color Cylindrical-coordinate representation of color #FF7986: hue angle of 354.18º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FF7986 is Cyan = 0, Magento = 0.53, Yellow = 0.47 and Black (K on CMYK) = 0.

Color convert

RGB 255 121 134 -
CMYK 0 0.53 0.47 0
HSL 354.18º 1% 0.74% -
HSV(B) 354.18º 0.53% 1% -
XYZ 52.38 36.66 26.87 -
YUV 162.55 111.89 193.94 -
System Red Green Blue C M Y K H S L
Decimal 255 121 134 0 0.53 0.47 0 354.18 1 0.74
Hex FF 79 86 0 35 2F 0 162 64 4A
Octal 377 171 206 0 65 57 0 542 144 112
Binary 11111111 1111001 10000110 0 110101 101111 0 101100010 1100100 1001010

Color Harmonies of #FF7986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7986

Black with #FF7986

Text Example


Text Example

White with #FF7986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7986; }

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

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

background-color css

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

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

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

border-color css

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

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

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