#FA7280

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

Shades of Brink Pink #FA7280

Tints of Brink Pink #FA7280

Color information

#FA7280 (or 0xFA7280) is unknown color: approx Brink Pink. HEX triplet: FA, 72 and 80. RGB value is (250,114,128). Sum of RGB (Red+Green+Blue) = 250+114+128=492 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.81% from 492); Green value is 114 (44.92% from 255 or 23.17% from 492); Blue value is 128 (50.39% from 255 or 26.02% from 492); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7280 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA7280 is #058D7F. Grayscale: #9C9C9C. Windows color (decimal): -363904 or 8418042. OLE color: 8418042.

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

Color convert

RGB250114128-
CMYK00.540.490.02
HSL353.82º93.15%71.37%-
HSV(B)353.82º54.4%98.04%-
XYZ49.3433.9224.37-
YUV156.26112.06194.86-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 50.81%
GREEN value IS 114 (44.92% from 255) = 23.17%
BLUE value IS 128 (50.39% from 255) = 26.02%
R=50.81%
G=23.17%
B=26.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.49
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25011412800.540.490.02353.8293.1571.37
HexFA72800363121625d47
Octal372162200066612542135107
Binary1111101011100101000000001101101100011010110001010111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA7280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA7280; }

 p { color: rgb(250,114,128); }

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

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

 a { background-color: rgb(250,114,128); }

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

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

 span { border-color: rgb(250,114,128); }

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