Html Css Color HEX #FA737D Brink Pink

📋 copy color: '#FA737D'

red 250 ◦ green 115 ◦ blue 125

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

Shades of Brink Pink #FA737D

Tints of Brink Pink #FA737D

RGB

 RED value IS 250 (98.05% from 255) = 51.02%

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

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

R = 51.02%
G = 23.47%
B = 25.51%

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

#FA737D (or 0xFA737D) is known color: Brink Pink. HEX triplet: FA, 73 and 7D. RGB value is (250,115,125). Sum of RGB (Red+Green+Blue) = 250+115+125=490 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.02% from 490); Green value is 115 (45.31% from 255 or 23.47% from 490); Blue value is 125 (49.22% from 255 or 25.51% from 490); Max value from RGB is 250 - color contains mainly: red. Hex color #FA737D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA737D is #058C82. Grayscale: #9C9C9C. Windows color (decimal): -363651 or 8221690. OLE color: 8221690.

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

Color convert

RGB 250 115 125 -
CMYK 0 0.54 0.50 0.02
HSL 355.56º 0.93% 0.72% -
HSV(B) 355.56º 0.54% 0.98% -
XYZ 49.26 34.07 23.38 -
YUV 156.51 110.23 194.69 -
System Red Green Blue C M Y K H S L
Decimal 250 115 125 0 0.54 0.50 0.02 355.56 0.93 0.72
Hex FA 73 7D 0 36 32 2 164 5D 48
Octal 372 163 175 0 66 62 2 544 135 110
Binary 11111010 1110011 1111101 0 110110 110010 10 101100100 1011101 1001000

Color Harmonies of #FA737D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA737D

Black with #FA737D

Text Example


Text Example

White with #FA737D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA737D; }

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

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

background-color css

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

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

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

border-color css

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

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

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