Html Css Color HEX #F9747F Brink Pink

📋 copy color: '#F9747F'

red 249 ◦ green 116 ◦ blue 127

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

Shades of Brink Pink #F9747F

Tints of Brink Pink #F9747F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 25.81%

R = 50.61%
G = 23.58%
B = 25.81%

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

#F9747F (or 0xF9747F) is known color: Brink Pink. HEX triplet: F9, 74 and 7F. RGB value is (249,116,127). Sum of RGB (Red+Green+Blue) = 249+116+127=492 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.61% from 492); Green value is 116 (45.70% from 255 or 23.58% from 492); Blue value is 127 (50% from 255 or 25.81% from 492); Max value from RGB is 249 - color contains mainly: red. Hex color #F9747F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F9747F is #068B80. Grayscale: #9D9D9D. Windows color (decimal): -428929 or 8353017. OLE color: 8353017.

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

Color convert

RGB 249 116 127 -
CMYK 0 0.53 0.49 0.02
HSL 355.04º 0.92% 0.72% -
HSV(B) 355.04º 0.53% 0.98% -
XYZ 49.14 34.16 24.08 -
YUV 157.02 111.06 193.61 -
System Red Green Blue C M Y K H S L
Decimal 249 116 127 0 0.53 0.49 0.02 355.04 0.92 0.72
Hex F9 74 7F 0 35 31 2 163 5C 48
Octal 371 164 177 0 65 61 2 543 134 110
Binary 11111001 1110100 1111111 0 110101 110001 10 101100011 1011100 1001000

Color Harmonies of #F9747F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9747F

Black with #F9747F

Text Example


Text Example

White with #F9747F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9747F; }

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

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

background-color css

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

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

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

border-color css

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

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

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