Html Css Color HEX #F96A80 Brink Pink

📋 copy color: '#F96A80'

red 249 ◦ green 106 ◦ blue 128

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

Shades of Brink Pink #F96A80

Tints of Brink Pink #F96A80

RGB

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

 GREEN value IS 106 (41.8% from 255) = 21.95%

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

R = 51.55%
G = 21.95%
B = 26.5%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#F96A80 (or 0xF96A80) is known color: Brink Pink. HEX triplet: F9, 6A and 80. RGB value is (249,106,128). Sum of RGB (Red+Green+Blue) = 249+106+128=483 (63% of max value = 765). Red value is 249 (97.66% from 255 or 51.55% from 483); Green value is 106 (41.80% from 255 or 21.95% from 483); Blue value is 128 (50.39% from 255 or 26.50% from 483); Max value from RGB is 249 - color contains mainly: red. Hex color #F96A80 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F96A80 is #06957F. Grayscale: #979797. Windows color (decimal): -431488 or 8415993. OLE color: 8415993.

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

Color convert

RGB 249 106 128 -
CMYK 0 0.57 0.49 0.02
HSL 350.77º 0.92% 0.7% -
HSV(B) 350.77º 0.57% 0.98% -
XYZ 48.12 32.01 24.06 -
YUV 151.27 114.88 197.71 -
System Red Green Blue C M Y K H S L
Decimal 249 106 128 0 0.57 0.49 0.02 350.77 0.92 0.7
Hex F9 6A 80 0 39 31 2 15F 5C 46
Octal 371 152 200 0 71 61 2 537 134 106
Binary 11111001 1101010 10000000 0 111001 110001 10 101011111 1011100 1000110

Color Harmonies of #F96A80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96A80

Black with #F96A80

Text Example


Text Example

White with #F96A80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96A80; }

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

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

background-color css

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

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

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

border-color css

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

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

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