Html Css Color HEX #F76E86 Brink Pink

📋 copy color: '#F76E86'

red 247 ◦ green 110 ◦ blue 134

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

Shades of Brink Pink #F76E86

Tints of Brink Pink #F76E86

RGB

 RED value IS 247 (96.88% from 255) = 50.31%

 GREEN value IS 110 (43.36% from 255) = 22.4%

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

R = 50.31%
G = 22.4%
B = 27.29%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.46

 K value IS 0.03

RGB Variations

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

Color information

#F76E86 (or 0xF76E86) is known color: Brink Pink. HEX triplet: F7, 6E and 86. RGB value is (247,110,134). Sum of RGB (Red+Green+Blue) = 247+110+134=491 (65% of max value = 765). Red value is 247 (96.88% from 255 or 50.31% from 491); Green value is 110 (43.36% from 255 or 22.40% from 491); Blue value is 134 (52.73% from 255 or 27.29% from 491); Max value from RGB is 247 - color contains mainly: red. Hex color #F76E86 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F76E86 is #089179. Grayscale: #999999. Windows color (decimal): -561530 or 8810231. OLE color: 8810231.

HSL color Cylindrical-coordinate representation of color #F76E86: hue angle of 349.49º degrees, saturation: 0.9, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F76E86 is Cyan = 0, Magento = 0.55, Yellow = 0.46 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 110 134 -
CMYK 0 0.55 0.46 0.03
HSL 349.49º 0.9% 0.7% -
HSV(B) 349.49º 0.55% 0.97% -
XYZ 48.24 32.65 26.31 -
YUV 153.7 116.89 194.55 -
System Red Green Blue C M Y K H S L
Decimal 247 110 134 0 0.55 0.46 0.03 349.49 0.9 0.7
Hex F7 6E 86 0 37 2E 3 15D 5A 46
Octal 367 156 206 0 67 56 3 535 132 106
Binary 11110111 1101110 10000110 0 110111 101110 11 101011101 1011010 1000110

Color Harmonies of #F76E86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F76E86

Black with #F76E86

Text Example


Text Example

White with #F76E86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F76E86; }

 p { color: rgb(247,110,134); }

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

background-color css

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

 a { background-color: rgb(247,110,134); }

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

border-color css

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

 span { border-color: rgb(247,110,134); }

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