Html Css Color HEX #F96E86 Brink Pink

📋 copy color: '#F96E86'

red 249 ◦ green 110 ◦ blue 134

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

Shades of Brink Pink #F96E86

Tints of Brink Pink #F96E86

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 27.18%

R = 50.51%
G = 22.31%
B = 27.18%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.46

 K value IS 0.02

RGB Variations

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

Color information

#F96E86 (or 0xF96E86) is known color: Brink Pink. HEX triplet: F9, 6E and 86. RGB value is (249,110,134). Sum of RGB (Red+Green+Blue) = 249+110+134=493 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.51% from 493); Green value is 110 (43.36% from 255 or 22.31% from 493); Blue value is 134 (52.73% from 255 or 27.18% from 493); Max value from RGB is 249 - color contains mainly: red. Hex color #F96E86 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F96E86 is #069179. Grayscale: #9A9A9A. Windows color (decimal): -430458 or 8810233. OLE color: 8810233.

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

Color convert

RGB 249 110 134 -
CMYK 0 0.56 0.46 0.02
HSL 349.64º 0.92% 0.7% -
HSV(B) 349.64º 0.56% 0.98% -
XYZ 48.95 33.01 26.35 -
YUV 154.3 116.55 195.55 -
System Red Green Blue C M Y K H S L
Decimal 249 110 134 0 0.56 0.46 0.02 349.64 0.92 0.7
Hex F9 6E 86 0 38 2E 2 15E 5C 46
Octal 371 156 206 0 70 56 2 536 134 106
Binary 11111001 1101110 10000110 0 111000 101110 10 101011110 1011100 1000110

Color Harmonies of #F96E86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96E86

Black with #F96E86

Text Example


Text Example

White with #F96E86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96E86; }

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

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

background-color css

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

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

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

border-color css

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

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

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