#F76991

Color #F76991 Brink Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brink Pink #F76991

Tints of Brink Pink #F76991

Color information

#F76991 (or 0xF76991) is unknown color: approx Brink Pink. HEX triplet: F7, 69 and 91. RGB value is (247,105,145). Sum of RGB (Red+Green+Blue) = 247+105+145=497 (65% of max value = 765). Red value is 247 (96.88% from 255 or 49.70% from 497); Green value is 105 (41.41% from 255 or 21.13% from 497); Blue value is 145 (57.03% from 255 or 29.18% from 497); Max value from RGB is 247 - color contains mainly: red. Hex color #F76991 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F76991 is #08966E. Grayscale: #979797. Windows color (decimal): -562799 or 9529847. OLE color: 9529847.

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

Color convert

RGB247105145-
CMYK00.570.410.03
HSL343.1º89.87%69.02%-
HSV(B)343.1º57.49%96.86%-
XYZ48.5231.9230.39-
YUV152.02124.04195.75-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 49.70%
GREEN value IS 105 (41.41% from 255) = 21.13%
BLUE value IS 145 (57.03% from 255) = 29.18%
R=49.70%
G=21.13%
B=29.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.41
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24710514500.570.410.03343.189.8769.02
HexF769910392931575a45
Octal367151221071513527132105
Binary1111011111010011001000101110011010011110101011110110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F76991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F76991; }

 p { color: rgb(247,105,145); }

 H1.HeaderClassName
 {
   color: #F76991;
 }
 .AnyTagClassName
 {
   color: #F76991;
 }
</style>
background-color css

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

 a { background-color: rgb(247,105,145); }

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

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

 span { border-color: rgb(247,105,145); }

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