#FA738C

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

Shades of Brink Pink #FA738C

Tints of Brink Pink #FA738C

Color information

#FA738C (or 0xFA738C) is unknown color: approx Brink Pink. HEX triplet: FA, 73 and 8C. RGB value is (250,115,140). Sum of RGB (Red+Green+Blue) = 250+115+140=505 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.50% from 505); Green value is 115 (45.31% from 255 or 22.77% from 505); Blue value is 140 (55.08% from 255 or 27.72% from 505); Max value from RGB is 250 - color contains mainly: red. Hex color #FA738C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA738C is #058C73. Grayscale: #9E9E9E. Windows color (decimal): -363636 or 9204730. OLE color: 9204730.

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

Color convert

RGB250115140-
CMYK00.540.440.02
HSL348.89º93.1%71.57%-
HSV(B)348.89º54%98.04%-
XYZ50.2934.4828.82-
YUV158.22117.73193.47-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 49.50%
GREEN value IS 115 (45.31% from 255) = 22.77%
BLUE value IS 140 (55.08% from 255) = 27.72%
R=49.50%
G=22.77%
B=27.72%

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
Decimal25011514000.540.440.02348.8993.171.57
HexFA738C0362C215d5d48
Octal372163214066542535135110
Binary1111101011100111000110001101101011001010101110110111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA738C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA738C; }

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

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

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

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

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

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

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

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