Html Css Color HEX #F96E80 Brink Pink

📋 copy color: '#F96E80'

red 249 ◦ green 110 ◦ blue 128

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

Shades of Brink Pink #F96E80

Tints of Brink Pink #F96E80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 26.28%

R = 51.13%
G = 22.59%
B = 26.28%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#F96E80 (or 0xF96E80) is known color: Brink Pink. HEX triplet: F9, 6E and 80. RGB value is (249,110,128). Sum of RGB (Red+Green+Blue) = 249+110+128=487 (64% of max value = 765). Red value is 249 (97.66% from 255 or 51.13% from 487); Green value is 110 (43.36% from 255 or 22.59% from 487); Blue value is 128 (50.39% from 255 or 26.28% from 487); Max value from RGB is 249 - color contains mainly: red. Hex color #F96E80 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F96E80 is #06917F. Grayscale: #999999. Windows color (decimal): -430464 or 8417017. OLE color: 8417017.

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

Color convert

RGB 249 110 128 -
CMYK 0 0.56 0.49 0.02
HSL 352.23º 0.92% 0.7% -
HSV(B) 352.23º 0.56% 0.98% -
XYZ 48.54 32.85 24.2 -
YUV 153.61 113.55 196.04 -
System Red Green Blue C M Y K H S L
Decimal 249 110 128 0 0.56 0.49 0.02 352.23 0.92 0.7
Hex F9 6E 80 0 38 31 2 160 5C 46
Octal 371 156 200 0 70 61 2 540 134 106
Binary 11111001 1101110 10000000 0 111000 110001 10 101100000 1011100 1000110

Color Harmonies of #F96E80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96E80

Black with #F96E80

Text Example


Text Example

White with #F96E80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96E80; }

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

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

background-color css

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

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

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

border-color css

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

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

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