#F95887

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

Shades of Brink Pink #F95887

Tints of Brink Pink #F95887

Color information

#F95887 (or 0xF95887) is unknown color: approx Brink Pink. HEX triplet: F9, 58 and 87. RGB value is (249,88,135). Sum of RGB (Red+Green+Blue) = 249+88+135=472 (62% of max value = 765). Red value is 249 (97.66% from 255 or 52.75% from 472); Green value is 88 (34.77% from 255 or 18.64% from 472); Blue value is 135 (53.12% from 255 or 28.60% from 472); Max value from RGB is 249 - color contains mainly: red. Hex color #F95887 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F95887 is #06A778. Grayscale: #8D8D8D. Windows color (decimal): -436089 or 8870137. OLE color: 8870137.

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

Color convert

RGB24988135-
CMYK00.650.460.02
HSL342.48º93.06%66.08%-
HSV(B)342.48º64.66%97.65%-
XYZ46.9328.8726.02-
YUV141.5124.34204.68-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 52.75%
GREEN value IS 88 (34.77% from 255) = 18.64%
BLUE value IS 135 (53.12% from 255) = 28.60%
R=52.75%
G=18.64%
B=28.60%

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
Decimal2498813500.650.460.02342.4893.0666.08
HexF958870412E21565d42
Octal3711302070101562526135102
Binary11111001101100010000111010000011011101010101011010111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F95887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F95887; }

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

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

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

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

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

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

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

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