#F76976

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

Shades of Brink Pink #F76976

Tints of Brink Pink #F76976

Color information

#F76976 (or 0xF76976) is unknown color: approx Brink Pink. HEX triplet: F7, 69 and 76. RGB value is (247,105,118). Sum of RGB (Red+Green+Blue) = 247+105+118=470 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52.55% from 470); Green value is 105 (41.41% from 255 or 22.34% from 470); Blue value is 118 (46.48% from 255 or 25.11% from 470); Max value from RGB is 247 - color contains mainly: red. Hex color #F76976 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F76976 is #089689. Grayscale: #959595. Windows color (decimal): -562826 or 7760375. OLE color: 7760375.

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

Color convert

RGB247105118-
CMYK00.570.520.03
HSL354.51º89.87%69.02%-
HSV(B)354.51º57.49%96.86%-
XYZ46.6831.1920.7-
YUV148.94110.54197.94-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 52.55%
GREEN value IS 105 (41.41% from 255) = 22.34%
BLUE value IS 118 (46.48% from 255) = 25.11%
R=52.55%
G=22.34%
B=25.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.52
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24710511800.570.520.03354.5189.8769.02
HexF769760393431635a45
Octal367151166071643543132105
Binary111101111101001111011001110011101001110110001110110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F76976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F76976; }

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

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

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

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

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

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

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

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