Html Css Color HEX #F76B76 Brink Pink

📋 copy color: '#F76B76'

red 247 ◦ green 107 ◦ blue 118

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

Shades of Brink Pink #F76B76

Tints of Brink Pink #F76B76

RGB

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

 GREEN value IS 107 (42.19% from 255) = 22.67%

 BLUE value IS 118 (46.48% from 255) = 25%

R = 52.33%
G = 22.67%
B = 25%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.52

 K value IS 0.03

RGB Variations

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

Color information

#F76B76 (or 0xF76B76) is known color: Brink Pink. HEX triplet: F7, 6B and 76. RGB value is (247,107,118). Sum of RGB (Red+Green+Blue) = 247+107+118=472 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52.33% from 472); Green value is 107 (42.19% from 255 or 22.67% from 472); Blue value is 118 (46.48% from 255 or 25% from 472); Max value from RGB is 247 - color contains mainly: red. Hex color #F76B76 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F76B76 is #089489. Grayscale: #969696. Windows color (decimal): -562314 or 7760887. OLE color: 7760887.

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

Color convert

RGB 247 107 118 -
CMYK 0 0.57 0.52 0.03
HSL 355.29º 0.9% 0.69% -
HSV(B) 355.29º 0.57% 0.97% -
XYZ 46.89 31.6 20.77 -
YUV 150.11 109.88 197.11 -
System Red Green Blue C M Y K H S L
Decimal 247 107 118 0 0.57 0.52 0.03 355.29 0.9 0.69
Hex F7 6B 76 0 39 34 3 163 5A 45
Octal 367 153 166 0 71 64 3 543 132 105
Binary 11110111 1101011 1110110 0 111001 110100 11 101100011 1011010 1000101

Color Harmonies of #F76B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F76B76

Black with #F76B76

Text Example


Text Example

White with #F76B76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F76B76; }

 p { color: rgb(247,107,118); }

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

background-color css

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

 a { background-color: rgb(247,107,118); }

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

border-color css

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

 span { border-color: rgb(247,107,118); }

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