#F76977

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

Shades of Brink Pink #F76977

Tints of Brink Pink #F76977

Color information

#F76977 (or 0xF76977) is unknown color: approx Brink Pink. HEX triplet: F7, 69 and 77. RGB value is (247,105,119). Sum of RGB (Red+Green+Blue) = 247+105+119=471 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52.44% from 471); Green value is 105 (41.41% from 255 or 22.29% from 471); Blue value is 119 (46.88% from 255 or 25.27% from 471); Max value from RGB is 247 - color contains mainly: red. Hex color #F76977 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F76977 is #089688. Grayscale: #959595. Windows color (decimal): -562825 or 7825911. OLE color: 7825911.

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

Color convert

RGB247105119-
CMYK00.570.520.03
HSL354.08º89.87%69.02%-
HSV(B)354.08º57.49%96.86%-
XYZ46.7431.2121.01-
YUV149.05111.04197.86-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 52.44%
GREEN value IS 105 (41.41% from 255) = 22.29%
BLUE value IS 119 (46.88% from 255) = 25.27%
R=52.44%
G=22.29%
B=25.27%

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
Decimal24710511900.570.520.03354.0889.8769.02
HexF769770393431625a45
Octal367151167071643542132105
Binary111101111101001111011101110011101001110110001010110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F76977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F76977; }

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

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

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

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

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

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

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

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