Html Css Color HEX #F9698C Brink Pink

📋 copy color: '#F9698C'

red 249 ◦ green 105 ◦ blue 140

#F9698C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brink Pink #F9698C

Tints of Brink Pink #F9698C

RGB

 RED value IS 249 (97.66% from 255) = 50.4%

 GREEN value IS 105 (41.41% from 255) = 21.26%

 BLUE value IS 140 (55.08% from 255) = 28.34%

R = 50.4%
G = 21.26%
B = 28.34%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#F9698C (or 0xF9698C) is known color: Brink Pink. HEX triplet: F9, 69 and 8C. RGB value is (249,105,140). Sum of RGB (Red+Green+Blue) = 249+105+140=494 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.40% from 494); Green value is 105 (41.41% from 255 or 21.26% from 494); Blue value is 140 (55.08% from 255 or 28.34% from 494); Max value from RGB is 249 - color contains mainly: red. Hex color #F9698C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F9698C is #069673. Grayscale: #989898. Windows color (decimal): -431732 or 9202169. OLE color: 9202169.

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

Color convert

RGB 249 105 140 -
CMYK 0 0.58 0.44 0.02
HSL 345.42º 0.92% 0.69% -
HSV(B) 345.42º 0.58% 0.98% -
XYZ 48.85 32.14 28.44 -
YUV 152.05 121.21 197.15 -
System Red Green Blue C M Y K H S L
Decimal 249 105 140 0 0.58 0.44 0.02 345.42 0.92 0.69
Hex F9 69 8C 0 3A 2C 2 159 5C 45
Octal 371 151 214 0 72 54 2 531 134 105
Binary 11111001 1101001 10001100 0 111010 101100 10 101011001 1011100 1000101

Color Harmonies of #F9698C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9698C

Black with #F9698C

Text Example


Text Example

White with #F9698C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9698C; }

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

 H1.HeaderClassName
 {
   color: #F9698C;
 }
 .AnyTagClassName
 {
   color: #F9698C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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