#FA708D

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

Shades of Brink Pink #FA708D

Tints of Brink Pink #FA708D

Color information

#FA708D (or 0xFA708D) is unknown color: approx Brink Pink. HEX triplet: FA, 70 and 8D. RGB value is (250,112,141). Sum of RGB (Red+Green+Blue) = 250+112+141=503 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.70% from 503); Green value is 112 (44.14% from 255 or 22.27% from 503); Blue value is 141 (55.47% from 255 or 28.03% from 503); Max value from RGB is 250 - color contains mainly: red. Hex color #FA708D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA708D is #058F72. Grayscale: #9C9C9C. Windows color (decimal): -364403 or 9269498. OLE color: 9269498.

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

Color convert

RGB250112141-
CMYK00.550.440.02
HSL347.39º93.24%70.98%-
HSV(B)347.39º55.2%98.04%-
XYZ50.0333.8429.09-
YUV156.57119.22194.64-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 49.70%
GREEN value IS 112 (44.14% from 255) = 22.27%
BLUE value IS 141 (55.47% from 255) = 28.03%
R=49.70%
G=22.27%
B=28.03%

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
Decimal25011214100.550.440.02347.3993.2470.98
HexFA708D0372C215b5d47
Octal372160215067542533135107
Binary1111101011100001000110101101111011001010101101110111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA708D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA708D; }

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

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

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

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

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

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

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

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