Html Css Color HEX #F9708C Brink Pink

📋 copy color: '#F9708C'

red 249 ◦ green 112 ◦ blue 140

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

Shades of Brink Pink #F9708C

Tints of Brink Pink #F9708C

RGB

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

 GREEN value IS 112 (44.14% from 255) = 22.36%

 BLUE value IS 140 (55.08% from 255) = 27.94%

R = 49.7%
G = 22.36%
B = 27.94%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#F9708C (or 0xF9708C) is known color: Brink Pink. HEX triplet: F9, 70 and 8C. RGB value is (249,112,140). Sum of RGB (Red+Green+Blue) = 249+112+140=501 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.70% from 501); Green value is 112 (44.14% from 255 or 22.36% from 501); Blue value is 140 (55.08% from 255 or 27.94% from 501); Max value from RGB is 249 - color contains mainly: red. Hex color #F9708C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F9708C is #068F73. Grayscale: #9C9C9C. Windows color (decimal): -429940 or 9203961. OLE color: 9203961.

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

Color convert

RGB 249 112 140 -
CMYK 0 0.55 0.44 0.02
HSL 347.74º 0.92% 0.71% -
HSV(B) 347.74º 0.55% 0.98% -
XYZ 49.59 33.62 28.69 -
YUV 156.16 118.89 194.22 -
System Red Green Blue C M Y K H S L
Decimal 249 112 140 0 0.55 0.44 0.02 347.74 0.92 0.71
Hex F9 70 8C 0 37 2C 2 15C 5C 47
Octal 371 160 214 0 67 54 2 534 134 107
Binary 11111001 1110000 10001100 0 110111 101100 10 101011100 1011100 1000111

Color Harmonies of #F9708C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9708C

Black with #F9708C

Text Example


Text Example

White with #F9708C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9708C; }

 p { color: rgb(249,112,140); }

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

background-color css

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

 a { background-color: rgb(249,112,140); }

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

border-color css

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

 span { border-color: rgb(249,112,140); }

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