#F76681

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

Shades of Brink Pink #F76681

Tints of Brink Pink #F76681

Color information

#F76681 (or 0xF76681) is unknown color: approx Brink Pink. HEX triplet: F7, 66 and 81. RGB value is (247,102,129). Sum of RGB (Red+Green+Blue) = 247+102+129=478 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.67% from 478); Green value is 102 (40.23% from 255 or 21.34% from 478); Blue value is 129 (50.78% from 255 or 26.99% from 478); Max value from RGB is 247 - color contains mainly: red. Hex color #F76681 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F76681 is #08997E. Grayscale: #949494. Windows color (decimal): -563583 or 8480503. OLE color: 8480503.

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

Color convert

RGB247102129-
CMYK00.590.480.03
HSL348.83º90.06%68.43%-
HSV(B)348.83º58.7%96.86%-
XYZ47.0730.8624.24-
YUV148.43117.04198.3-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 51.67%
GREEN value IS 102 (40.23% from 255) = 21.34%
BLUE value IS 129 (50.78% from 255) = 26.99%
R=51.67%
G=21.34%
B=26.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.48
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24710212900.590.480.03348.8390.0668.43
HexF7668103B30315d5a44
Octal367146201073603535132104
Binary1111011111001101000000101110111100001110101110110110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F76681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F76681; }

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

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

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

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

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

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

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

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