Html Css Color HEX #F76E8C Brink Pink

📋 copy color: '#F76E8C'

red 247 ◦ green 110 ◦ blue 140

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

Shades of Brink Pink #F76E8C

Tints of Brink Pink #F76E8C

RGB

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

 GREEN value IS 110 (43.36% from 255) = 22.13%

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

R = 49.7%
G = 22.13%
B = 28.17%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.43

 K value IS 0.03

RGB Variations

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

Color information

#F76E8C (or 0xF76E8C) is known color: Brink Pink. HEX triplet: F7, 6E and 8C. RGB value is (247,110,140). Sum of RGB (Red+Green+Blue) = 247+110+140=497 (65% of max value = 765). Red value is 247 (96.88% from 255 or 49.70% from 497); Green value is 110 (43.36% from 255 or 22.13% from 497); Blue value is 140 (55.08% from 255 or 28.17% from 497); Max value from RGB is 247 - color contains mainly: red. Hex color #F76E8C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F76E8C is #089173. Grayscale: #9A9A9A. Windows color (decimal): -561524 or 9203447. OLE color: 9203447.

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

Color convert

RGB 247 110 140 -
CMYK 0 0.55 0.43 0.03
HSL 346.86º 0.9% 0.7% -
HSV(B) 346.86º 0.55% 0.97% -
XYZ 48.67 32.82 28.58 -
YUV 154.38 119.89 194.06 -
System Red Green Blue C M Y K H S L
Decimal 247 110 140 0 0.55 0.43 0.03 346.86 0.9 0.7
Hex F7 6E 8C 0 37 2B 3 15B 5A 46
Octal 367 156 214 0 67 53 3 533 132 106
Binary 11110111 1101110 10001100 0 110111 101011 11 101011011 1011010 1000110

Color Harmonies of #F76E8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F76E8C

Black with #F76E8C

Text Example


Text Example

White with #F76E8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F76E8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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