#F96688

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

Shades of Brink Pink #F96688

Tints of Brink Pink #F96688

Color information

#F96688 (or 0xF96688) is unknown color: approx Brink Pink. HEX triplet: F9, 66 and 88. RGB value is (249,102,136). Sum of RGB (Red+Green+Blue) = 249+102+136=487 (64% of max value = 765). Red value is 249 (97.66% from 255 or 51.13% from 487); Green value is 102 (40.23% from 255 or 20.94% from 487); Blue value is 136 (53.52% from 255 or 27.93% from 487); Max value from RGB is 249 - color contains mainly: red. Hex color #F96688 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F96688 is #069977. Grayscale: #959595. Windows color (decimal): -432504 or 8939257. OLE color: 8939257.

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

Color convert

RGB249102136-
CMYK00.590.450.02
HSL346.12º92.45%68.82%-
HSV(B)346.12º59.04%97.65%-
XYZ48.2631.4226.81-
YUV149.83120.2198.74-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 51.13%
GREEN value IS 102 (40.23% from 255) = 20.94%
BLUE value IS 136 (53.52% from 255) = 27.93%
R=51.13%
G=20.94%
B=27.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.45
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24910213600.590.450.02346.1292.4568.82
HexF9668803B2D215a5c45
Octal371146210073552532134105
Binary1111100111001101000100001110111011011010101101010111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F96688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F96688; }

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

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

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

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

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

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

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

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