Html Css Color HEX #F76A77 Brink Pink

📋 copy color: '#F76A77'

red 247 ◦ green 106 ◦ blue 119

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

Shades of Brink Pink #F76A77

Tints of Brink Pink #F76A77

RGB

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

 GREEN value IS 106 (41.8% from 255) = 22.46%

 BLUE value IS 119 (46.88% from 255) = 25.21%

R = 52.33%
G = 22.46%
B = 25.21%

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

#F76A77 (or 0xF76A77) is known color: Brink Pink. HEX triplet: F7, 6A and 77. RGB value is (247,106,119). Sum of RGB (Red+Green+Blue) = 247+106+119=472 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52.33% from 472); Green value is 106 (41.80% from 255 or 22.46% from 472); Blue value is 119 (46.88% from 255 or 25.21% from 472); Max value from RGB is 247 - color contains mainly: red. Hex color #F76A77 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F76A77 is #089588. Grayscale: #959595. Windows color (decimal): -562569 or 7826167. OLE color: 7826167.

HSL color Cylindrical-coordinate representation of color #F76A77: hue angle of 354.47º 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 #F76A77 is Cyan = 0, Magento = 0.57, Yellow = 0.52 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 106 119 -
CMYK 0 0.57 0.52 0.03
HSL 354.47º 0.9% 0.69% -
HSV(B) 354.47º 0.57% 0.97% -
XYZ 46.84 31.41 21.05 -
YUV 149.64 110.71 197.44 -
System Red Green Blue C M Y K H S L
Decimal 247 106 119 0 0.57 0.52 0.03 354.47 0.9 0.69
Hex F7 6A 77 0 39 34 3 162 5A 45
Octal 367 152 167 0 71 64 3 542 132 105
Binary 11110111 1101010 1110111 0 111001 110100 11 101100010 1011010 1000101

Color Harmonies of #F76A77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F76A77

Black with #F76A77

Text Example


Text Example

White with #F76A77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F76A77; }

 p { color: rgb(247,106,119); }

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

background-color css

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

 a { background-color: rgb(247,106,119); }

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

border-color css

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

 span { border-color: rgb(247,106,119); }

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