#F9698E

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

Shades of Brink Pink #F9698E

Tints of Brink Pink #F9698E

Color information

#F9698E (or 0xF9698E) is unknown color: approx Brink Pink. HEX triplet: F9, 69 and 8E. RGB value is (249,105,142). Sum of RGB (Red+Green+Blue) = 249+105+142=496 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.20% from 496); Green value is 105 (41.41% from 255 or 21.17% from 496); Blue value is 142 (55.86% from 255 or 28.63% from 496); Max value from RGB is 249 - color contains mainly: red. Hex color #F9698E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F9698E is #069671. Grayscale: #989898. Windows color (decimal): -431730 or 9333241. OLE color: 9333241.

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

Color convert

RGB249105142-
CMYK00.580.430.02
HSL344.58º92.31%69.41%-
HSV(B)344.58º57.83%97.65%-
XYZ4932.229.22-
YUV152.27122.21196.99-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 50.20%
GREEN value IS 105 (41.41% from 255) = 21.17%
BLUE value IS 142 (55.86% from 255) = 28.63%
R=50.20%
G=21.17%
B=28.63%

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
Decimal24910514200.580.430.02344.5892.3169.41
HexF9698E03A2B21595c45
Octal371151216072532531134105
Binary1111100111010011000111001110101010111010101100110111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9698E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9698E; }

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

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

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

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

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

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

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

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