#F95886

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

Shades of Brink Pink #F95886

Tints of Brink Pink #F95886

Color information

#F95886 (or 0xF95886) is unknown color: approx Brink Pink. HEX triplet: F9, 58 and 86. RGB value is (249,88,134). Sum of RGB (Red+Green+Blue) = 249+88+134=471 (62% of max value = 765). Red value is 249 (97.66% from 255 or 52.87% from 471); Green value is 88 (34.77% from 255 or 18.68% from 471); Blue value is 134 (52.73% from 255 or 28.45% from 471); Max value from RGB is 249 - color contains mainly: red. Hex color #F95886 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F95886 is #06A779. Grayscale: #8D8D8D. Windows color (decimal): -436090 or 8804601. OLE color: 8804601.

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

Color convert

RGB24988134-
CMYK00.650.460.02
HSL342.86º93.06%66.08%-
HSV(B)342.86º64.66%97.65%-
XYZ46.8628.8425.65-
YUV141.38123.84204.76-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 52.87%
GREEN value IS 88 (34.77% from 255) = 18.68%
BLUE value IS 134 (52.73% from 255) = 28.45%
R=52.87%
G=18.68%
B=28.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.46
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2498813400.650.460.02342.8693.0666.08
HexF958860412E21575d42
Octal3711302060101562527135102
Binary11111001101100010000110010000011011101010101011110111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F95886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F95886; }

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

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

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

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

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

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

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

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