Html Css Color HEX #F96976 Brink Pink

📋 copy color: '#F96976'

red 249 ◦ green 105 ◦ blue 118

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

Shades of Brink Pink #F96976

Tints of Brink Pink #F96976

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 25%

R = 52.75%
G = 22.25%
B = 25%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.53

 K value IS 0.02

RGB Variations

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

Color information

#F96976 (or 0xF96976) is known color: Brink Pink. HEX triplet: F9, 69 and 76. RGB value is (249,105,118). Sum of RGB (Red+Green+Blue) = 249+105+118=472 (62% of max value = 765). Red value is 249 (97.66% from 255 or 52.75% from 472); Green value is 105 (41.41% from 255 or 22.25% from 472); Blue value is 118 (46.48% from 255 or 25% from 472); Max value from RGB is 249 - color contains mainly: red. Hex color #F96976 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F96976 is #069689. Grayscale: #959595. Windows color (decimal): -431754 or 7760377. OLE color: 7760377.

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

Color convert

RGB 249 105 118 -
CMYK 0 0.58 0.53 0.02
HSL 354.58º 0.92% 0.69% -
HSV(B) 354.58º 0.58% 0.98% -
XYZ 47.39 31.55 20.73 -
YUV 149.54 110.21 198.94 -
System Red Green Blue C M Y K H S L
Decimal 249 105 118 0 0.58 0.53 0.02 354.58 0.92 0.69
Hex F9 69 76 0 3A 35 2 163 5C 45
Octal 371 151 166 0 72 65 2 543 134 105
Binary 11111001 1101001 1110110 0 111010 110101 10 101100011 1011100 1000101

Color Harmonies of #F96976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96976

Black with #F96976

Text Example


Text Example

White with #F96976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96976; }

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

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

background-color css

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

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

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

border-color css

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

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

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