#F76A84

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

Shades of Brink Pink #F76A84

Tints of Brink Pink #F76A84

Color information

#F76A84 (or 0xF76A84) is unknown color: approx Brink Pink. HEX triplet: F7, 6A and 84. RGB value is (247,106,132). Sum of RGB (Red+Green+Blue) = 247+106+132=485 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.93% from 485); Green value is 106 (41.80% from 255 or 21.86% from 485); Blue value is 132 (51.95% from 255 or 27.22% from 485); Max value from RGB is 247 - color contains mainly: red. Hex color #F76A84 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F76A84 is #08957B. Grayscale: #979797. Windows color (decimal): -562556 or 8678135. OLE color: 8678135.

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

Color convert

RGB247106132-
CMYK00.570.470.03
HSL348.94º89.81%69.22%-
HSV(B)348.94º57.09%96.86%-
XYZ47.6831.7525.44-
YUV151.12117.21196.39-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 50.93%
GREEN value IS 106 (41.80% from 255) = 21.86%
BLUE value IS 132 (51.95% from 255) = 27.22%
R=50.93%
G=21.86%
B=27.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.47
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24710613200.570.470.03348.9489.8169.22
HexF76A840392F315d5a45
Octal367152204071573535132105
Binary1111011111010101000010001110011011111110101110110110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F76A84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F76A84; }

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

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

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

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

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

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

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

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