Html Css Color HEX #F76D81 Brink Pink

📋 copy color: '#F76D81'

red 247 ◦ green 109 ◦ blue 129

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

Shades of Brink Pink #F76D81

Tints of Brink Pink #F76D81

RGB

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

 GREEN value IS 109 (42.97% from 255) = 22.47%

 BLUE value IS 129 (50.78% from 255) = 26.6%

R = 50.93%
G = 22.47%
B = 26.6%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.48

 K value IS 0.03

RGB Variations

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

Color information

#F76D81 (or 0xF76D81) is known color: Brink Pink. HEX triplet: F7, 6D and 81. RGB value is (247,109,129). Sum of RGB (Red+Green+Blue) = 247+109+129=485 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.93% from 485); Green value is 109 (42.97% from 255 or 22.47% from 485); Blue value is 129 (50.78% from 255 or 26.60% from 485); Max value from RGB is 247 - color contains mainly: red. Hex color #F76D81 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F76D81 is #08927E. Grayscale: #989898. Windows color (decimal): -561791 or 8482295. OLE color: 8482295.

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

Color convert

RGB 247 109 129 -
CMYK 0 0.56 0.48 0.03
HSL 351.3º 0.9% 0.7% -
HSV(B) 351.3º 0.56% 0.97% -
XYZ 47.79 32.3 24.48 -
YUV 152.54 114.72 195.37 -
System Red Green Blue C M Y K H S L
Decimal 247 109 129 0 0.56 0.48 0.03 351.3 0.9 0.7
Hex F7 6D 81 0 38 30 3 15F 5A 46
Octal 367 155 201 0 70 60 3 537 132 106
Binary 11110111 1101101 10000001 0 111000 110000 11 101011111 1011010 1000110

Color Harmonies of #F76D81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F76D81

Black with #F76D81

Text Example


Text Example

White with #F76D81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F76D81; }

 p { color: rgb(247,109,129); }

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

background-color css

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

 a { background-color: rgb(247,109,129); }

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

border-color css

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

 span { border-color: rgb(247,109,129); }

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