Html Css Color HEX #F9737D Brink Pink

📋 copy color: '#F9737D'

red 249 ◦ green 115 ◦ blue 125

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

Shades of Brink Pink #F9737D

Tints of Brink Pink #F9737D

RGB

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

 GREEN value IS 115 (45.31% from 255) = 23.52%

 BLUE value IS 125 (49.22% from 255) = 25.56%

R = 50.92%
G = 23.52%
B = 25.56%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.50

 K value IS 0.02

RGB Variations

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

Color information

#F9737D (or 0xF9737D) is known color: Brink Pink. HEX triplet: F9, 73 and 7D. RGB value is (249,115,125). Sum of RGB (Red+Green+Blue) = 249+115+125=489 (64% of max value = 765). Red value is 249 (97.66% from 255 or 50.92% from 489); Green value is 115 (45.31% from 255 or 23.52% from 489); Blue value is 125 (49.22% from 255 or 25.56% from 489); Max value from RGB is 249 - color contains mainly: red. Hex color #F9737D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F9737D is #068C82. Grayscale: #9C9C9C. Windows color (decimal): -429187 or 8221689. OLE color: 8221689.

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

Color convert

RGB 249 115 125 -
CMYK 0 0.54 0.50 0.02
HSL 355.52º 0.92% 0.71% -
HSV(B) 355.52º 0.54% 0.98% -
XYZ 48.9 33.88 23.36 -
YUV 156.21 110.39 194.19 -
System Red Green Blue C M Y K H S L
Decimal 249 115 125 0 0.54 0.50 0.02 355.52 0.92 0.71
Hex F9 73 7D 0 36 32 2 164 5C 47
Octal 371 163 175 0 66 62 2 544 134 107
Binary 11111001 1110011 1111101 0 110110 110010 10 101100100 1011100 1000111

Color Harmonies of #F9737D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9737D

Black with #F9737D

Text Example


Text Example

White with #F9737D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9737D; }

 p { color: rgb(249,115,125); }

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

background-color css

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

 a { background-color: rgb(249,115,125); }

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

border-color css

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

 span { border-color: rgb(249,115,125); }

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