#F96689

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

Shades of Brink Pink #F96689

Tints of Brink Pink #F96689

Color information

#F96689 (or 0xF96689) is unknown color: approx Brink Pink. HEX triplet: F9, 66 and 89. RGB value is (249,102,137). Sum of RGB (Red+Green+Blue) = 249+102+137=488 (64% of max value = 765). Red value is 249 (97.66% from 255 or 51.02% from 488); Green value is 102 (40.23% from 255 or 20.90% from 488); Blue value is 137 (53.91% from 255 or 28.07% from 488); Max value from RGB is 249 - color contains mainly: red. Hex color #F96689 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F96689 is #069976. Grayscale: #959595. Windows color (decimal): -432503 or 9004793. OLE color: 9004793.

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

Color convert

RGB249102137-
CMYK00.590.450.02
HSL345.71º92.45%68.82%-
HSV(B)345.71º59.04%97.65%-
XYZ48.3331.4527.19-
YUV149.94120.7198.65-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 51.02%
GREEN value IS 102 (40.23% from 255) = 20.90%
BLUE value IS 137 (53.91% from 255) = 28.07%
R=51.02%
G=20.90%
B=28.07%

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
Decimal24910213700.590.450.02345.7192.4568.82
HexF9668903B2D215a5c45
Octal371146211073552532134105
Binary1111100111001101000100101110111011011010101101010111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F96689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F96689; }

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

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

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

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

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

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

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

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