Html Css Color HEX #F9698D Brink Pink

📋 copy color: '#F9698D'

red 249 ◦ green 105 ◦ blue 141

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

Shades of Brink Pink #F9698D

Tints of Brink Pink #F9698D

RGB

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

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

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

R = 50.3%
G = 21.21%
B = 28.48%

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

#F9698D (or 0xF9698D) is known color: Brink Pink. HEX triplet: F9, 69 and 8D. RGB value is (249,105,141). Sum of RGB (Red+Green+Blue) = 249+105+141=495 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.30% from 495); Green value is 105 (41.41% from 255 or 21.21% from 495); Blue value is 141 (55.47% from 255 or 28.48% from 495); Max value from RGB is 249 - color contains mainly: red. Hex color #F9698D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F9698D is #069672. Grayscale: #989898. Windows color (decimal): -431731 or 9267705. OLE color: 9267705.

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

Color convert

RGB 249 105 141 -
CMYK 0 0.58 0.43 0.02
HSL 345º 0.92% 0.69% -
HSV(B) 345º 0.58% 0.98% -
XYZ 48.93 32.17 28.83 -
YUV 152.16 121.71 197.07 -
System Red Green Blue C M Y K H S L
Decimal 249 105 141 0 0.58 0.43 0.02 345 0.92 0.69
Hex F9 69 8D 0 3A 2B 2 159 5C 45
Octal 371 151 215 0 72 53 2 531 134 105
Binary 11111001 1101001 10001101 0 111010 101011 10 101011001 1011100 1000101

Color Harmonies of #F9698D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9698D

Black with #F9698D

Text Example


Text Example

White with #F9698D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9698D; }

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

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

background-color css

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

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

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

border-color css

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

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

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