Html Css Color HEX #F76786 Brink Pink

📋 copy color: '#F76786'

red 247 ◦ green 103 ◦ blue 134

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

Shades of Brink Pink #F76786

Tints of Brink Pink #F76786

RGB

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

 GREEN value IS 103 (40.63% from 255) = 21.28%

 BLUE value IS 134 (52.73% from 255) = 27.69%

R = 51.03%
G = 21.28%
B = 27.69%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.46

 K value IS 0.03

RGB Variations

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

Color information

#F76786 (or 0xF76786) is known color: Brink Pink. HEX triplet: F7, 67 and 86. RGB value is (247,103,134). Sum of RGB (Red+Green+Blue) = 247+103+134=484 (64% of max value = 765). Red value is 247 (96.88% from 255 or 51.03% from 484); Green value is 103 (40.62% from 255 or 21.28% from 484); Blue value is 134 (52.73% from 255 or 27.69% from 484); Max value from RGB is 247 - color contains mainly: red. Hex color #F76786 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F76786 is #089879. Grayscale: #959595. Windows color (decimal): -563322 or 8808439. OLE color: 8808439.

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

Color convert

RGB 247 103 134 -
CMYK 0 0.58 0.46 0.03
HSL 347.08º 0.9% 0.69% -
HSV(B) 347.08º 0.58% 0.97% -
XYZ 47.51 31.2 26.07 -
YUV 149.59 119.21 197.48 -
System Red Green Blue C M Y K H S L
Decimal 247 103 134 0 0.58 0.46 0.03 347.08 0.9 0.69
Hex F7 67 86 0 3A 2E 3 15B 5A 45
Octal 367 147 206 0 72 56 3 533 132 105
Binary 11110111 1100111 10000110 0 111010 101110 11 101011011 1011010 1000101

Color Harmonies of #F76786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F76786

Black with #F76786

Text Example


Text Example

White with #F76786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F76786; }

 p { color: rgb(247,103,134); }

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

background-color css

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

 a { background-color: rgb(247,103,134); }

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

border-color css

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

 span { border-color: rgb(247,103,134); }

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