#F9698F

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

Shades of Brink Pink #F9698F

Tints of Brink Pink #F9698F

Color information

#F9698F (or 0xF9698F) is unknown color: approx Brink Pink. HEX triplet: F9, 69 and 8F. RGB value is (249,105,143). Sum of RGB (Red+Green+Blue) = 249+105+143=497 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.10% from 497); Green value is 105 (41.41% from 255 or 21.13% from 497); Blue value is 143 (56.25% from 255 or 28.77% from 497); Max value from RGB is 249 - color contains mainly: red. Hex color #F9698F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F9698F is #069670. Grayscale: #989898. Windows color (decimal): -431729 or 9398777. OLE color: 9398777.

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

Color convert

RGB249105143-
CMYK00.580.430.02
HSL344.17º92.31%69.41%-
HSV(B)344.17º57.83%97.65%-
XYZ49.0832.2329.62-
YUV152.39122.71196.91-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 50.10%
GREEN value IS 105 (41.41% from 255) = 21.13%
BLUE value IS 143 (56.25% from 255) = 28.77%
R=50.10%
G=21.13%
B=28.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.43
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24910514300.580.430.02344.1792.3169.41
HexF9698F03A2B21585c45
Octal371151217072532530134105
Binary1111100111010011000111101110101010111010101100010111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9698F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9698F; }

 p { color: rgb(249,105,143); }

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

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

 a { background-color: rgb(249,105,143); }

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

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

 span { border-color: rgb(249,105,143); }

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