Html Css Color HEX #F9688D Brink Pink

📋 copy color: '#F9688D'

red 249 ◦ green 104 ◦ blue 141

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

Shades of Brink Pink #F9688D

Tints of Brink Pink #F9688D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 28.54%

R = 50.4%
G = 21.05%
B = 28.54%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.43

 K value IS 0.02

RGB Variations

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

Color information

#F9688D (or 0xF9688D) is known color: Brink Pink. HEX triplet: F9, 68 and 8D. RGB value is (249,104,141). Sum of RGB (Red+Green+Blue) = 249+104+141=494 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.40% from 494); Green value is 104 (41.02% from 255 or 21.05% from 494); Blue value is 141 (55.47% from 255 or 28.54% from 494); Max value from RGB is 249 - color contains mainly: red. Hex color #F9688D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F9688D is #069772. Grayscale: #979797. Windows color (decimal): -431987 or 9267449. OLE color: 9267449.

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

Color convert

RGB 249 104 141 -
CMYK 0 0.58 0.43 0.02
HSL 344.69º 0.92% 0.69% -
HSV(B) 344.69º 0.58% 0.98% -
XYZ 48.82 31.96 28.8 -
YUV 151.57 122.04 197.49 -
System Red Green Blue C M Y K H S L
Decimal 249 104 141 0 0.58 0.43 0.02 344.69 0.92 0.69
Hex F9 68 8D 0 3A 2B 2 159 5C 45
Octal 371 150 215 0 72 53 2 531 134 105
Binary 11111001 1101000 10001101 0 111010 101011 10 101011001 1011100 1000101

Color Harmonies of #F9688D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9688D

Black with #F9688D

Text Example


Text Example

White with #F9688D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9688D; }

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

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

background-color css

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

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

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

border-color css

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

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

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