#F97087

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

Shades of Brink Pink #F97087

Tints of Brink Pink #F97087

Color information

#F97087 (or 0xF97087) is unknown color: approx Brink Pink. HEX triplet: F9, 70 and 87. RGB value is (249,112,135). Sum of RGB (Red+Green+Blue) = 249+112+135=496 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.20% from 496); Green value is 112 (44.14% from 255 or 22.58% from 496); Blue value is 135 (53.12% from 255 or 27.22% from 496); Max value from RGB is 249 - color contains mainly: red. Hex color #F97087 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F97087 is #068F78. Grayscale: #9B9B9B. Windows color (decimal): -429945 or 8876281. OLE color: 8876281.

HSL color Cylindrical-coordinate representation of color #F97087: hue angle of 349.93º 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 #F97087 is Cyan = 0, Magento = 0.55, Yellow = 0.46 and Black (K on CMYK) = 0.02.

Color convert

RGB249112135-
CMYK00.550.460.02
HSL349.93º91.95%70.78%-
HSV(B)349.93º55.02%97.65%-
XYZ49.2333.4826.79-
YUV155.58116.39194.63-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 50.20%
GREEN value IS 112 (44.14% from 255) = 22.58%
BLUE value IS 135 (53.12% from 255) = 27.22%
R=50.20%
G=22.58%
B=27.22%

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
Decimal24911213500.550.460.02349.9391.9570.78
HexF970870372E215e5c47
Octal371160207067562536134107
Binary1111100111100001000011101101111011101010101111010111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F97087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F97087; }

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

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

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

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

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

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

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

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