#F95888

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

Shades of Brink Pink #F95888

Tints of Brink Pink #F95888

Color information

#F95888 (or 0xF95888) is unknown color: approx Brink Pink. HEX triplet: F9, 58 and 88. RGB value is (249,88,136). Sum of RGB (Red+Green+Blue) = 249+88+136=473 (62% of max value = 765). Red value is 249 (97.66% from 255 or 52.64% from 473); Green value is 88 (34.77% from 255 or 18.60% from 473); Blue value is 136 (53.52% from 255 or 28.75% from 473); Max value from RGB is 249 - color contains mainly: red. Hex color #F95888 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F95888 is #06A777. Grayscale: #8D8D8D. Windows color (decimal): -436088 or 8935673. OLE color: 8935673.

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

Color convert

RGB24988136-
CMYK00.650.450.02
HSL342.11º93.06%66.08%-
HSV(B)342.11º64.66%97.65%-
XYZ4728.926.39-
YUV141.61124.84204.6-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 52.64%
GREEN value IS 88 (34.77% from 255) = 18.60%
BLUE value IS 136 (53.52% from 255) = 28.75%
R=52.64%
G=18.60%
B=28.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.45
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2498813600.650.450.02342.1193.0666.08
HexF958880412D21565d42
Octal3711302100101552526135102
Binary11111001101100010001000010000011011011010101011010111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F95888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F95888; }

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

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

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

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

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

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

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

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