#FA6282

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

Shades of Brink Pink #FA6282

Tints of Brink Pink #FA6282

Color information

#FA6282 (or 0xFA6282) is unknown color: approx Brink Pink. HEX triplet: FA, 62 and 82. RGB value is (250,98,130). Sum of RGB (Red+Green+Blue) = 250+98+130=478 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.30% from 478); Green value is 98 (38.67% from 255 or 20.50% from 478); Blue value is 130 (51.17% from 255 or 27.20% from 478); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6282 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA6282 is #059D7D. Grayscale: #939393. Windows color (decimal): -367998 or 8545018. OLE color: 8545018.

HSL color Cylindrical-coordinate representation of color #FA6282: hue angle of 347.37º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FA6282 is Cyan = 0, Magento = 0.61, Yellow = 0.48 and Black (K on CMYK) = 0.02.

Color convert

RGB25098130-
CMYK00.610.480.02
HSL347.37º93.83%68.24%-
HSV(B)347.37º60.8%98.04%-
XYZ47.8230.6724.52-
YUV147.1118.36201.4-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 52.30%
GREEN value IS 98 (38.67% from 255) = 20.50%
BLUE value IS 130 (51.17% from 255) = 27.20%
R=52.30%
G=20.50%
B=27.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.48
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2509813000.610.480.02347.3793.8368.24
HexFA628203D30215b5e44
Octal372142202075602533136104
Binary1111101011000101000001001111011100001010101101110111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA6282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA6282; }

 p { color: rgb(250,98,130); }

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

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

 a { background-color: rgb(250,98,130); }

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

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

 span { border-color: rgb(250,98,130); }

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