Html Css Color HEX #F9747E Brink Pink

📋 copy color: '#F9747E'

red 249 ◦ green 116 ◦ blue 126

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

Shades of Brink Pink #F9747E

Tints of Brink Pink #F9747E

RGB

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

 GREEN value IS 116 (45.7% from 255) = 23.63%

 BLUE value IS 126 (49.61% from 255) = 25.66%

R = 50.71%
G = 23.63%
B = 25.66%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#F9747E (or 0xF9747E) is known color: Brink Pink. HEX triplet: F9, 74 and 7E. RGB value is (249,116,126). Sum of RGB (Red+Green+Blue) = 249+116+126=491 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.71% from 491); Green value is 116 (45.70% from 255 or 23.63% from 491); Blue value is 126 (49.61% from 255 or 25.66% from 491); Max value from RGB is 249 - color contains mainly: red. Hex color #F9747E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F9747E is #068B81. Grayscale: #9D9D9D. Windows color (decimal): -428930 or 8287481. OLE color: 8287481.

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

Color convert

RGB 249 116 126 -
CMYK 0 0.53 0.49 0.02
HSL 355.49º 0.92% 0.72% -
HSV(B) 355.49º 0.53% 0.98% -
XYZ 49.08 34.14 23.74 -
YUV 156.91 110.56 193.69 -
System Red Green Blue C M Y K H S L
Decimal 249 116 126 0 0.53 0.49 0.02 355.49 0.92 0.72
Hex F9 74 7E 0 35 31 2 163 5C 48
Octal 371 164 176 0 65 61 2 543 134 110
Binary 11111001 1110100 1111110 0 110101 110001 10 101100011 1011100 1001000

Color Harmonies of #F9747E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9747E

Black with #F9747E

Text Example


Text Example

White with #F9747E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9747E; }

 p { color: rgb(249,116,126); }

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

background-color css

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

 a { background-color: rgb(249,116,126); }

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

border-color css

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

 span { border-color: rgb(249,116,126); }

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