Html Css Color HEX #F76D84 Brink Pink

📋 copy color: '#F76D84'

red 247 ◦ green 109 ◦ blue 132

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

Shades of Brink Pink #F76D84

Tints of Brink Pink #F76D84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 27.05%

R = 50.61%
G = 22.34%
B = 27.05%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.47

 K value IS 0.03

RGB Variations

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

Color information

#F76D84 (or 0xF76D84) is known color: Brink Pink. HEX triplet: F7, 6D and 84. RGB value is (247,109,132). Sum of RGB (Red+Green+Blue) = 247+109+132=488 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.61% from 488); Green value is 109 (42.97% from 255 or 22.34% from 488); Blue value is 132 (51.95% from 255 or 27.05% from 488); Max value from RGB is 247 - color contains mainly: red. Hex color #F76D84 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F76D84 is #08927B. Grayscale: #989898. Windows color (decimal): -561788 or 8678903. OLE color: 8678903.

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

Color convert

RGB 247 109 132 -
CMYK 0 0.56 0.47 0.03
HSL 350º 0.9% 0.7% -
HSV(B) 350º 0.56% 0.97% -
XYZ 47.99 32.38 25.55 -
YUV 152.88 116.22 195.13 -
System Red Green Blue C M Y K H S L
Decimal 247 109 132 0 0.56 0.47 0.03 350 0.9 0.7
Hex F7 6D 84 0 38 2F 3 15E 5A 46
Octal 367 155 204 0 70 57 3 536 132 106
Binary 11110111 1101101 10000100 0 111000 101111 11 101011110 1011010 1000110

Color Harmonies of #F76D84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F76D84

Black with #F76D84

Text Example


Text Example

White with #F76D84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F76D84; }

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

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

background-color css

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

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

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

border-color css

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

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

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