Html Css Color HEX #F76880 Brink Pink

📋 copy color: '#F76880'

red 247 ◦ green 104 ◦ blue 128

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

Shades of Brink Pink #F76880

Tints of Brink Pink #F76880

RGB

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

 GREEN value IS 104 (41.02% from 255) = 21.71%

 BLUE value IS 128 (50.39% from 255) = 26.72%

R = 51.57%
G = 21.71%
B = 26.72%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.48

 K value IS 0.03

RGB Variations

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

Color information

#F76880 (or 0xF76880) is known color: Brink Pink. HEX triplet: F7, 68 and 80. RGB value is (247,104,128). Sum of RGB (Red+Green+Blue) = 247+104+128=479 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.57% from 479); Green value is 104 (41.02% from 255 or 21.71% from 479); Blue value is 128 (50.39% from 255 or 26.72% from 479); Max value from RGB is 247 - color contains mainly: red. Hex color #F76880 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F76880 is #08977F. Grayscale: #959595. Windows color (decimal): -563072 or 8415479. OLE color: 8415479.

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

Color convert

RGB 247 104 128 -
CMYK 0 0.58 0.48 0.03
HSL 349.93º 0.9% 0.69% -
HSV(B) 349.93º 0.58% 0.97% -
XYZ 47.2 31.23 23.96 -
YUV 149.49 115.88 197.55 -
System Red Green Blue C M Y K H S L
Decimal 247 104 128 0 0.58 0.48 0.03 349.93 0.9 0.69
Hex F7 68 80 0 3A 30 3 15E 5A 45
Octal 367 150 200 0 72 60 3 536 132 105
Binary 11110111 1101000 10000000 0 111010 110000 11 101011110 1011010 1000101

Color Harmonies of #F76880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F76880

Black with #F76880

Text Example


Text Example

White with #F76880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F76880; }

 p { color: rgb(247,104,128); }

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

background-color css

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

 a { background-color: rgb(247,104,128); }

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

border-color css

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

 span { border-color: rgb(247,104,128); }

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