Html Css Color HEX #F96977 Brink Pink

📋 copy color: '#F96977'

red 249 ◦ green 105 ◦ blue 119

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

Shades of Brink Pink #F96977

Tints of Brink Pink #F96977

RGB

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

 GREEN value IS 105 (41.41% from 255) = 22.2%

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

R = 52.64%
G = 22.2%
B = 25.16%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.52

 K value IS 0.02

RGB Variations

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

Color information

#F96977 (or 0xF96977) is known color: Brink Pink. HEX triplet: F9, 69 and 77. RGB value is (249,105,119). Sum of RGB (Red+Green+Blue) = 249+105+119=473 (62% of max value = 765). Red value is 249 (97.66% from 255 or 52.64% from 473); Green value is 105 (41.41% from 255 or 22.20% from 473); Blue value is 119 (46.88% from 255 or 25.16% from 473); Max value from RGB is 249 - color contains mainly: red. Hex color #F96977 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F96977 is #069688. Grayscale: #959595. Windows color (decimal): -431753 or 7825913. OLE color: 7825913.

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

Color convert

RGB 249 105 119 -
CMYK 0 0.58 0.52 0.02
HSL 354.17º 0.92% 0.69% -
HSV(B) 354.17º 0.58% 0.98% -
XYZ 47.45 31.57 21.05 -
YUV 149.65 110.71 198.86 -
System Red Green Blue C M Y K H S L
Decimal 249 105 119 0 0.58 0.52 0.02 354.17 0.92 0.69
Hex F9 69 77 0 3A 34 2 162 5C 45
Octal 371 151 167 0 72 64 2 542 134 105
Binary 11111001 1101001 1110111 0 111010 110100 10 101100010 1011100 1000101

Color Harmonies of #F96977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96977

Black with #F96977

Text Example


Text Example

White with #F96977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96977; }

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

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

background-color css

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

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

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

border-color css

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

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

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