#F76685

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

Shades of Brink Pink #F76685

Tints of Brink Pink #F76685

Color information

#F76685 (or 0xF76685) is unknown color: approx Brink Pink. HEX triplet: F7, 66 and 85. RGB value is (247,102,133). Sum of RGB (Red+Green+Blue) = 247+102+133=482 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.24% from 482); Green value is 102 (40.23% from 255 or 21.16% from 482); Blue value is 133 (52.34% from 255 or 27.59% from 482); Max value from RGB is 247 - color contains mainly: red. Hex color #F76685 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F76685 is #08997A. Grayscale: #949494. Windows color (decimal): -563579 or 8742647. OLE color: 8742647.

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

Color convert

RGB247102133-
CMYK00.590.460.03
HSL347.17º90.06%68.43%-
HSV(B)347.17º58.7%96.86%-
XYZ47.3430.9725.67-
YUV148.89119.04197.98-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 51.24%
GREEN value IS 102 (40.23% from 255) = 21.16%
BLUE value IS 133 (52.34% from 255) = 27.59%
R=51.24%
G=21.16%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.46
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24710213300.590.460.03347.1790.0668.43
HexF7668503B2E315b5a44
Octal367146205073563533132104
Binary1111011111001101000010101110111011101110101101110110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F76685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F76685; }

 p { color: rgb(247,102,133); }

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

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

 a { background-color: rgb(247,102,133); }

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

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

 span { border-color: rgb(247,102,133); }

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