#F97086

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

Shades of Brink Pink #F97086

Tints of Brink Pink #F97086

Color information

#F97086 (or 0xF97086) is unknown color: approx Brink Pink. HEX triplet: F9, 70 and 86. RGB value is (249,112,134). Sum of RGB (Red+Green+Blue) = 249+112+134=495 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.30% from 495); Green value is 112 (44.14% from 255 or 22.63% from 495); Blue value is 134 (52.73% from 255 or 27.07% from 495); Max value from RGB is 249 - color contains mainly: red. Hex color #F97086 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F97086 is #068F79. Grayscale: #9B9B9B. Windows color (decimal): -429946 or 8810745. OLE color: 8810745.

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

Color convert

RGB249112134-
CMYK00.550.460.02
HSL350.36º91.95%70.78%-
HSV(B)350.36º55.02%97.65%-
XYZ49.1633.4526.42-
YUV155.47115.89194.71-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 50.30%
GREEN value IS 112 (44.14% from 255) = 22.63%
BLUE value IS 134 (52.73% from 255) = 27.07%
R=50.30%
G=22.63%
B=27.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.46
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24911213400.550.460.02350.3691.9570.78
HexF970860372E215e5c47
Octal371160206067562536134107
Binary1111100111100001000011001101111011101010101111010111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F97086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F97086; }

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

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

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

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

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

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

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

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