Html Css Color HEX #F9688B Brink Pink

📋 copy color: '#F9688B'

red 249 ◦ green 104 ◦ blue 139

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

Shades of Brink Pink #F9688B

Tints of Brink Pink #F9688B

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 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

#F9688B (or 0xF9688B) is known color: 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

RGB 249 104 139 -
CMYK 0 0.58 0.44 0.02
HSL 345.52º 0.92% 0.69% -
HSV(B) 345.52º 0.58% 0.98% -
XYZ 48.68 31.9 28.02 -
YUV 151.35 121.04 197.65 -
System Red Green Blue C M Y K H S L
Decimal 249 104 139 0 0.58 0.44 0.02 345.52 0.92 0.69
Hex F9 68 8B 0 3A 2C 2 15A 5C 45
Octal 371 150 213 0 72 54 2 532 134 105
Binary 11111001 1101000 10001011 0 111010 101100 10 101011010 1011100 1000101

Color Harmonies of #F9688B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9688B

Black with #F9688B

Text Example


Text Example

White with #F9688B

Text Example


Text Example

HTML Codes & Css Web 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>