#FA738D

Color #FA738D Brink Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brink Pink #FA738D

Tints of Brink Pink #FA738D

Color information

#FA738D (or 0xFA738D) is unknown color: approx Brink Pink. HEX triplet: FA, 73 and 8D. RGB value is (250,115,141). Sum of RGB (Red+Green+Blue) = 250+115+141=506 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.41% from 506); Green value is 115 (45.31% from 255 or 22.73% from 506); Blue value is 141 (55.47% from 255 or 27.87% from 506); Max value from RGB is 250 - color contains mainly: red. Hex color #FA738D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA738D is #058C72. Grayscale: #9E9E9E. Windows color (decimal): -363635 or 9270266. OLE color: 9270266.

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

Color convert

RGB250115141-
CMYK00.540.440.02
HSL348.44º93.1%71.57%-
HSV(B)348.44º54%98.04%-
XYZ50.3634.5129.21-
YUV158.33118.23193.39-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 49.41%
GREEN value IS 115 (45.31% from 255) = 22.73%
BLUE value IS 141 (55.47% from 255) = 27.87%
R=49.41%
G=22.73%
B=27.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.44
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25011514100.540.440.02348.4493.171.57
HexFA738D0362C215c5d48
Octal372163215066542534135110
Binary1111101011100111000110101101101011001010101110010111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA738D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA738D; }

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

 H1.HeaderClassName
 {
   color: #FA738D;
 }
 .AnyTagClassName
 {
   color: #FA738D;
 }
</style>
background-color css

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

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

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

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

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

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