Html Css Color HEX #F96C86 Brink Pink

📋 copy color: '#F96C86'

red 249 ◦ green 108 ◦ blue 134

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

Shades of Brink Pink #F96C86

Tints of Brink Pink #F96C86

RGB

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

 GREEN value IS 108 (42.58% from 255) = 22%

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

R = 50.71%
G = 22%
B = 27.29%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.46

 K value IS 0.02

RGB Variations

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

Color information

#F96C86 (or 0xF96C86) is known color: Brink Pink. HEX triplet: F9, 6C and 86. RGB value is (249,108,134). Sum of RGB (Red+Green+Blue) = 249+108+134=491 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.71% from 491); Green value is 108 (42.58% from 255 or 22.00% from 491); Blue value is 134 (52.73% from 255 or 27.29% from 491); Max value from RGB is 249 - color contains mainly: red. Hex color #F96C86 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F96C86 is #069379. Grayscale: #999999. Windows color (decimal): -430970 or 8809721. OLE color: 8809721.

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

Color convert

RGB 249 108 134 -
CMYK 0 0.57 0.46 0.02
HSL 348.94º 0.92% 0.7% -
HSV(B) 348.94º 0.57% 0.98% -
XYZ 48.73 32.59 26.28 -
YUV 153.12 117.21 196.39 -
System Red Green Blue C M Y K H S L
Decimal 249 108 134 0 0.57 0.46 0.02 348.94 0.92 0.7
Hex F9 6C 86 0 39 2E 2 15D 5C 46
Octal 371 154 206 0 71 56 2 535 134 106
Binary 11111001 1101100 10000110 0 111001 101110 10 101011101 1011100 1000110

Color Harmonies of #F96C86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96C86

Black with #F96C86

Text Example


Text Example

White with #F96C86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96C86; }

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

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

background-color css

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

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

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

border-color css

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

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

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