#F96A87

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

Shades of Brink Pink #F96A87

Tints of Brink Pink #F96A87

Color information

#F96A87 (or 0xF96A87) is unknown color: approx Brink Pink. HEX triplet: F9, 6A and 87. RGB value is (249,106,135). Sum of RGB (Red+Green+Blue) = 249+106+135=490 (64% of max value = 765). Red value is 249 (97.66% from 255 or 50.82% from 490); Green value is 106 (41.80% from 255 or 21.63% from 490); Blue value is 135 (53.12% from 255 or 27.55% from 490); Max value from RGB is 249 - color contains mainly: red. Hex color #F96A87 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F96A87 is #069578. Grayscale: #989898. Windows color (decimal): -431481 or 8874745. OLE color: 8874745.

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

Color convert

RGB249106135-
CMYK00.570.460.02
HSL347.83º92.26%69.61%-
HSV(B)347.83º57.43%97.65%-
XYZ48.5932.226.58-
YUV152.06118.38197.14-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 50.82%
GREEN value IS 106 (41.80% from 255) = 21.63%
BLUE value IS 135 (53.12% from 255) = 27.55%
R=50.82%
G=21.63%
B=27.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.46
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24910613500.570.460.02347.8392.2669.61
HexF96A870392E215c5c46
Octal371152207071562534134106
Binary1111100111010101000011101110011011101010101110010111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F96A87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F96A87; }

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

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

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

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

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

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

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

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