Html Css Color HEX #F96877 Brink Pink

📋 copy color: '#F96877'

red 249 ◦ green 104 ◦ blue 119

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

Shades of Brink Pink #F96877

Tints of Brink Pink #F96877

RGB

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

 GREEN value IS 104 (41.02% from 255) = 22.03%

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

R = 52.75%
G = 22.03%
B = 25.21%

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

#F96877 (or 0xF96877) is known color: Brink Pink. HEX triplet: F9, 68 and 77. RGB value is (249,104,119). Sum of RGB (Red+Green+Blue) = 249+104+119=472 (62% of max value = 765). Red value is 249 (97.66% from 255 or 52.75% from 472); Green value is 104 (41.02% from 255 or 22.03% from 472); Blue value is 119 (46.88% from 255 or 25.21% from 472); Max value from RGB is 249 - color contains mainly: red. Hex color #F96877 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F96877 is #069788. Grayscale: #959595. Windows color (decimal): -432009 or 7825657. OLE color: 7825657.

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

Color convert

RGB 249 104 119 -
CMYK 0 0.58 0.52 0.02
HSL 353.79º 0.92% 0.69% -
HSV(B) 353.79º 0.58% 0.98% -
XYZ 47.35 31.37 21.01 -
YUV 149.07 111.04 199.28 -
System Red Green Blue C M Y K H S L
Decimal 249 104 119 0 0.58 0.52 0.02 353.79 0.92 0.69
Hex F9 68 77 0 3A 34 2 162 5C 45
Octal 371 150 167 0 72 64 2 542 134 105
Binary 11111001 1101000 1110111 0 111010 110100 10 101100010 1011100 1000101

Color Harmonies of #F96877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96877

Black with #F96877

Text Example


Text Example

White with #F96877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96877; }

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

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

background-color css

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

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

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

border-color css

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

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

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