Html Css Color HEX #F96979 Brink Pink

📋 copy color: '#F96979'

red 249 ◦ green 105 ◦ blue 121

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

Shades of Brink Pink #F96979

Tints of Brink Pink #F96979

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 25.47%

R = 52.42%
G = 22.11%
B = 25.47%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.51

 K value IS 0.02

RGB Variations

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

Color information

#F96979 (or 0xF96979) is known color: Brink Pink. HEX triplet: F9, 69 and 79. RGB value is (249,105,121). Sum of RGB (Red+Green+Blue) = 249+105+121=475 (62% of max value = 765). Red value is 249 (97.66% from 255 or 52.42% from 475); Green value is 105 (41.41% from 255 or 22.11% from 475); Blue value is 121 (47.66% from 255 or 25.47% from 475); Max value from RGB is 249 - color contains mainly: red. Hex color #F96979 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F96979 is #069686. Grayscale: #959595. Windows color (decimal): -431751 or 7956985. OLE color: 7956985.

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

Color convert

RGB 249 105 121 -
CMYK 0 0.58 0.51 0.02
HSL 353.33º 0.92% 0.69% -
HSV(B) 353.33º 0.58% 0.98% -
XYZ 47.57 31.62 21.69 -
YUV 149.88 111.71 198.7 -
System Red Green Blue C M Y K H S L
Decimal 249 105 121 0 0.58 0.51 0.02 353.33 0.92 0.69
Hex F9 69 79 0 3A 33 2 161 5C 45
Octal 371 151 171 0 72 63 2 541 134 105
Binary 11111001 1101001 1111001 0 111010 110011 10 101100001 1011100 1000101

Color Harmonies of #F96979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96979

Black with #F96979

Text Example


Text Example

White with #F96979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96979; }

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

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

background-color css

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

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

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

border-color css

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

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

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