Html Css Color HEX #F96E77 Brink Pink

📋 copy color: '#F96E77'

red 249 ◦ green 110 ◦ blue 119

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

Shades of Brink Pink #F96E77

Tints of Brink Pink #F96E77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 24.9%

R = 52.09%
G = 23.01%
B = 24.9%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.52

 K value IS 0.02

RGB Variations

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

Color information

#F96E77 (or 0xF96E77) is known color: Brink Pink. HEX triplet: F9, 6E and 77. RGB value is (249,110,119). Sum of RGB (Red+Green+Blue) = 249+110+119=478 (63% of max value = 765). Red value is 249 (97.66% from 255 or 52.09% from 478); Green value is 110 (43.36% from 255 or 23.01% from 478); Blue value is 119 (46.88% from 255 or 24.90% from 478); Max value from RGB is 249 - color contains mainly: red. Hex color #F96E77 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F96E77 is #069188. Grayscale: #989898. Windows color (decimal): -430473 or 7827193. OLE color: 7827193.

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

Color convert

RGB 249 110 119 -
CMYK 0 0.56 0.52 0.02
HSL 356.12º 0.92% 0.7% -
HSV(B) 356.12º 0.56% 0.98% -
XYZ 47.97 32.62 21.22 -
YUV 152.59 109.05 196.77 -
System Red Green Blue C M Y K H S L
Decimal 249 110 119 0 0.56 0.52 0.02 356.12 0.92 0.7
Hex F9 6E 77 0 38 34 2 164 5C 46
Octal 371 156 167 0 70 64 2 544 134 106
Binary 11111001 1101110 1110111 0 111000 110100 10 101100100 1011100 1000110

Color Harmonies of #F96E77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96E77

Black with #F96E77

Text Example


Text Example

White with #F96E77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96E77; }

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

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

background-color css

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

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

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

border-color css

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

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

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