#FA718B

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

Shades of Brink Pink #FA718B

Tints of Brink Pink #FA718B

Color information

#FA718B (or 0xFA718B) is unknown color: approx Brink Pink. HEX triplet: FA, 71 and 8B. RGB value is (250,113,139). Sum of RGB (Red+Green+Blue) = 250+113+139=502 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.80% from 502); Green value is 113 (44.53% from 255 or 22.51% from 502); Blue value is 139 (54.69% from 255 or 27.69% from 502); Max value from RGB is 250 - color contains mainly: red. Hex color #FA718B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA718B is #058E74. Grayscale: #9C9C9C. Windows color (decimal): -364149 or 9138682. OLE color: 9138682.

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

Color convert

RGB250113139-
CMYK00.550.440.02
HSL348.61º93.2%71.18%-
HSV(B)348.61º54.8%98.04%-
XYZ49.993428.35-
YUV156.93117.89194.39-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 49.80%
GREEN value IS 113 (44.53% from 255) = 22.51%
BLUE value IS 139 (54.69% from 255) = 27.69%
R=49.80%
G=22.51%
B=27.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.44
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25011313900.550.440.02348.6193.271.18
HexFA718B0372C215d5d47
Octal372161213067542535135107
Binary1111101011100011000101101101111011001010101110110111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA718B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA718B; }

 p { color: rgb(250,113,139); }

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

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

 a { background-color: rgb(250,113,139); }

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

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

 span { border-color: rgb(250,113,139); }

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