#FA718F

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

Shades of Brink Pink #FA718F

Tints of Brink Pink #FA718F

Color information

#FA718F (or 0xFA718F) is unknown color: approx Brink Pink. HEX triplet: FA, 71 and 8F. RGB value is (250,113,143). Sum of RGB (Red+Green+Blue) = 250+113+143=506 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.41% from 506); Green value is 113 (44.53% from 255 or 22.33% from 506); Blue value is 143 (56.25% from 255 or 28.26% from 506); Max value from RGB is 250 - color contains mainly: red. Hex color #FA718F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA718F is #058E70. Grayscale: #9D9D9D. Windows color (decimal): -364145 or 9400826. OLE color: 9400826.

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

Color convert

RGB250113143-
CMYK00.550.430.02
HSL346.86º93.2%71.18%-
HSV(B)346.86º54.8%98.04%-
XYZ50.2934.1229.92-
YUV157.38119.89194.06-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 49.41%
GREEN value IS 113 (44.53% from 255) = 22.33%
BLUE value IS 143 (56.25% from 255) = 28.26%
R=49.41%
G=22.33%
B=28.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.43
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25011314300.550.430.02346.8693.271.18
HexFA718F0372B215b5d47
Octal372161217067532533135107
Binary1111101011100011000111101101111010111010101101110111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA718F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA718F; }

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

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

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

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

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

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

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

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