#F97686

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

Shades of Brink Pink #F97686

Tints of Brink Pink #F97686

Color information

#F97686 (or 0xF97686) is unknown color: approx Brink Pink. HEX triplet: F9, 76 and 86. RGB value is (249,118,134). Sum of RGB (Red+Green+Blue) = 249+118+134=501 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.70% from 501); Green value is 118 (46.48% from 255 or 23.55% from 501); Blue value is 134 (52.73% from 255 or 26.75% from 501); Max value from RGB is 249 - color contains mainly: red. Hex color #F97686 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F97686 is #068979. Grayscale: #9F9F9F. Windows color (decimal): -428410 or 8812281. OLE color: 8812281.

HSL color Cylindrical-coordinate representation of color #F97686: hue angle of 352.67º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F97686 is Cyan = 0, Magento = 0.53, Yellow = 0.46 and Black (K on CMYK) = 0.02.

Color convert

RGB249118134-
CMYK00.530.460.02
HSL352.67º91.61%71.96%-
HSV(B)352.67º52.61%97.65%-
XYZ49.8534.8226.65-
YUV158.99113.9192.2-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 49.70%
GREEN value IS 118 (46.48% from 255) = 23.55%
BLUE value IS 134 (52.73% from 255) = 26.75%
R=49.70%
G=23.55%
B=26.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.46
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24911813400.530.460.02352.6791.6171.96
HexF976860352E21615c48
Octal371166206065562541134110
Binary1111100111101101000011001101011011101010110000110111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F97686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F97686; }

 p { color: rgb(249,118,134); }

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

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

 a { background-color: rgb(249,118,134); }

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

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

 span { border-color: rgb(249,118,134); }

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