Html Css Color HEX #F76D8C Brink Pink

📋 copy color: '#F76D8C'

red 247 ◦ green 109 ◦ blue 140

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

Shades of Brink Pink #F76D8C

Tints of Brink Pink #F76D8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 28.23%

R = 49.8%
G = 21.98%
B = 28.23%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.43

 K value IS 0.03

RGB Variations

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

Color information

#F76D8C (or 0xF76D8C) is known color: Brink Pink. HEX triplet: F7, 6D and 8C. RGB value is (247,109,140). Sum of RGB (Red+Green+Blue) = 247+109+140=496 (65% of max value = 765). Red value is 247 (96.88% from 255 or 49.80% from 496); Green value is 109 (42.97% from 255 or 21.98% from 496); Blue value is 140 (55.08% from 255 or 28.23% from 496); Max value from RGB is 247 - color contains mainly: red. Hex color #F76D8C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F76D8C is #089273. Grayscale: #999999. Windows color (decimal): -561780 or 9203191. OLE color: 9203191.

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

Color convert

RGB 247 109 140 -
CMYK 0 0.56 0.43 0.03
HSL 346.52º 0.9% 0.7% -
HSV(B) 346.52º 0.56% 0.97% -
XYZ 48.56 32.6 28.54 -
YUV 153.8 120.22 194.48 -
System Red Green Blue C M Y K H S L
Decimal 247 109 140 0 0.56 0.43 0.03 346.52 0.9 0.7
Hex F7 6D 8C 0 38 2B 3 15B 5A 46
Octal 367 155 214 0 70 53 3 533 132 106
Binary 11110111 1101101 10001100 0 111000 101011 11 101011011 1011010 1000110

Color Harmonies of #F76D8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F76D8C

Black with #F76D8C

Text Example


Text Example

White with #F76D8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F76D8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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