Html Css Color HEX #F96F86 Brink Pink

📋 copy color: '#F96F86'

red 249 ◦ green 111 ◦ blue 134

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

Shades of Brink Pink #F96F86

Tints of Brink Pink #F96F86

RGB

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

 GREEN value IS 111 (43.75% from 255) = 22.47%

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

R = 50.4%
G = 22.47%
B = 27.13%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.46

 K value IS 0.02

RGB Variations

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

Color information

#F96F86 (or 0xF96F86) is known color: Brink Pink. HEX triplet: F9, 6F and 86. RGB value is (249,111,134). Sum of RGB (Red+Green+Blue) = 249+111+134=494 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.40% from 494); Green value is 111 (43.75% from 255 or 22.47% from 494); Blue value is 134 (52.73% from 255 or 27.13% from 494); Max value from RGB is 249 - color contains mainly: red. Hex color #F96F86 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F96F86 is #069079. Grayscale: #9A9A9A. Windows color (decimal): -430202 or 8810489. OLE color: 8810489.

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

Color convert

RGB 249 111 134 -
CMYK 0 0.55 0.46 0.02
HSL 350º 0.92% 0.71% -
HSV(B) 350º 0.55% 0.98% -
XYZ 49.05 33.23 26.38 -
YUV 154.88 116.22 195.13 -
System Red Green Blue C M Y K H S L
Decimal 249 111 134 0 0.55 0.46 0.02 350 0.92 0.71
Hex F9 6F 86 0 37 2E 2 15E 5C 47
Octal 371 157 206 0 67 56 2 536 134 107
Binary 11111001 1101111 10000110 0 110111 101110 10 101011110 1011100 1000111

Color Harmonies of #F96F86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96F86

Black with #F96F86

Text Example


Text Example

White with #F96F86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96F86; }

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

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

background-color css

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

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

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

border-color css

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

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

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