#F9688B

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

Shades of Brink Pink #F9688B

Tints of Brink Pink #F9688B

Color information

#F9688B (or 0xF9688B) is unknown color: approx Brink Pink. HEX triplet: F9, 68 and 8B. RGB value is (249,104,139). Sum of RGB (Red+Green+Blue) = 249+104+139=492 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.61% from 492); Green value is 104 (41.02% from 255 or 21.14% from 492); Blue value is 139 (54.69% from 255 or 28.25% from 492); Max value from RGB is 249 - color contains mainly: red. Hex color #F9688B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F9688B is #069774. Grayscale: #979797. Windows color (decimal): -431989 or 9136377. OLE color: 9136377.

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

Color convert

RGB249104139-
CMYK00.580.440.02
HSL345.52º92.36%69.22%-
HSV(B)345.52º58.23%97.65%-
XYZ48.6831.928.02-
YUV151.34121.04197.65-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 50.61%
GREEN value IS 104 (41.02% from 255) = 21.14%
BLUE value IS 139 (54.69% from 255) = 28.25%
R=50.61%
G=21.14%
B=28.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.44
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24910413900.580.440.02345.5292.3669.22
HexF9688B03A2C215a5c45
Octal371150213072542532134105
Binary1111100111010001000101101110101011001010101101010111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9688B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9688B; }

 p { color: rgb(249,104,139); }

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

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

 a { background-color: rgb(249,104,139); }

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

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

 span { border-color: rgb(249,104,139); }

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