Html Css Color HEX #F9688A Brink Pink

📋 copy color: '#F9688A'

red 249 ◦ green 104 ◦ blue 138

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

Shades of Brink Pink #F9688A

Tints of Brink Pink #F9688A

RGB

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

 GREEN value IS 104 (41.02% from 255) = 21.18%

 BLUE value IS 138 (54.3% from 255) = 28.11%

R = 50.71%
G = 21.18%
B = 28.11%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.45

 K value IS 0.02

RGB Variations

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

Color information

#F9688A (or 0xF9688A) is known color: Brink Pink. HEX triplet: F9, 68 and 8A. RGB value is (249,104,138). Sum of RGB (Red+Green+Blue) = 249+104+138=491 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.71% from 491); Green value is 104 (41.02% from 255 or 21.18% from 491); Blue value is 138 (54.30% from 255 or 28.11% from 491); Max value from RGB is 249 - color contains mainly: red. Hex color #F9688A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F9688A is #069775. Grayscale: #979797. Windows color (decimal): -431990 or 9070841. OLE color: 9070841.

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

Color convert

RGB 249 104 138 -
CMYK 0 0.58 0.45 0.02
HSL 345.93º 0.92% 0.69% -
HSV(B) 345.93º 0.58% 0.98% -
XYZ 48.6 31.88 27.64 -
YUV 151.23 120.54 197.74 -
System Red Green Blue C M Y K H S L
Decimal 249 104 138 0 0.58 0.45 0.02 345.93 0.92 0.69
Hex F9 68 8A 0 3A 2D 2 15A 5C 45
Octal 371 150 212 0 72 55 2 532 134 105
Binary 11111001 1101000 10001010 0 111010 101101 10 101011010 1011100 1000101

Color Harmonies of #F9688A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9688A

Black with #F9688A

Text Example


Text Example

White with #F9688A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9688A; }

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

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

background-color css

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

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

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

border-color css

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

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

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