#F76A91

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

Shades of Brink Pink #F76A91

Tints of Brink Pink #F76A91

Color information

#F76A91 (or 0xF76A91) is unknown color: approx Brink Pink. HEX triplet: F7, 6A and 91. RGB value is (247,106,145). Sum of RGB (Red+Green+Blue) = 247+106+145=498 (65% of max value = 765). Red value is 247 (96.88% from 255 or 49.60% from 498); Green value is 106 (41.80% from 255 or 21.29% from 498); Blue value is 145 (57.03% from 255 or 29.12% from 498); Max value from RGB is 247 - color contains mainly: red. Hex color #F76A91 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F76A91 is #08956E. Grayscale: #989898. Windows color (decimal): -562543 or 9530103. OLE color: 9530103.

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

Color convert

RGB247106145-
CMYK00.570.410.03
HSL343.4º89.81%69.22%-
HSV(B)343.4º57.09%96.86%-
XYZ48.6232.1330.43-
YUV152.6123.71195.33-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 49.60%
GREEN value IS 106 (41.80% from 255) = 21.29%
BLUE value IS 145 (57.03% from 255) = 29.12%
R=49.60%
G=21.29%
B=29.12%

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
Decimal24710614500.570.410.03343.489.8169.22
HexF76A910392931575a45
Octal367152221071513527132105
Binary1111011111010101001000101110011010011110101011110110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F76A91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F76A91; }

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

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

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

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

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

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

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

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