Html Css Color HEX #F96E89 Brink Pink

📋 copy color: '#F96E89'

red 249 ◦ green 110 ◦ blue 137

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

Shades of Brink Pink #F96E89

Tints of Brink Pink #F96E89

RGB

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

 GREEN value IS 110 (43.36% from 255) = 22.18%

 BLUE value IS 137 (53.91% from 255) = 27.62%

R = 50.2%
G = 22.18%
B = 27.62%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.45

 K value IS 0.02

RGB Variations

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

Color information

#F96E89 (or 0xF96E89) is known color: Brink Pink. HEX triplet: F9, 6E and 89. RGB value is (249,110,137). Sum of RGB (Red+Green+Blue) = 249+110+137=496 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.20% from 496); Green value is 110 (43.36% from 255 or 22.18% from 496); Blue value is 137 (53.91% from 255 or 27.62% from 496); Max value from RGB is 249 - color contains mainly: red. Hex color #F96E89 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F96E89 is #069176. Grayscale: #9A9A9A. Windows color (decimal): -430455 or 9006841. OLE color: 9006841.

HSL color Cylindrical-coordinate representation of color #F96E89: hue angle of 348.35º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F96E89 is Cyan = 0, Magento = 0.56, Yellow = 0.45 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 110 137 -
CMYK 0 0.56 0.45 0.02
HSL 348.35º 0.92% 0.7% -
HSV(B) 348.35º 0.56% 0.98% -
XYZ 49.16 33.1 27.46 -
YUV 154.64 118.05 195.3 -
System Red Green Blue C M Y K H S L
Decimal 249 110 137 0 0.56 0.45 0.02 348.35 0.92 0.7
Hex F9 6E 89 0 38 2D 2 15C 5C 46
Octal 371 156 211 0 70 55 2 534 134 106
Binary 11111001 1101110 10001001 0 111000 101101 10 101011100 1011100 1000110

Color Harmonies of #F96E89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96E89

Black with #F96E89

Text Example


Text Example

White with #F96E89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96E89; }

 p { color: rgb(249,110,137); }

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

background-color css

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

 a { background-color: rgb(249,110,137); }

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

border-color css

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

 span { border-color: rgb(249,110,137); }

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