#FA6582

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

Shades of Brink Pink #FA6582

Tints of Brink Pink #FA6582

Color information

#FA6582 (or 0xFA6582) is unknown color: approx Brink Pink. HEX triplet: FA, 65 and 82. RGB value is (250,101,130). Sum of RGB (Red+Green+Blue) = 250+101+130=481 (63% of max value = 765). Red value is 250 (98.05% from 255 or 51.98% from 481); Green value is 101 (39.84% from 255 or 21.00% from 481); Blue value is 130 (51.17% from 255 or 27.03% from 481); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6582 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA6582 is #059A7D. Grayscale: #949494. Windows color (decimal): -367230 or 8545786. OLE color: 8545786.

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

Color convert

RGB250101130-
CMYK00.600.480.02
HSL348.32º93.71%68.82%-
HSV(B)348.32º59.6%98.04%-
XYZ48.1131.2424.61-
YUV148.86117.36200.14-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 51.98%
GREEN value IS 101 (39.84% from 255) = 21.00%
BLUE value IS 130 (51.17% from 255) = 27.03%
R=51.98%
G=21.00%
B=27.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.48
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25010113000.600.480.02348.3293.7168.82
HexFA658203C30215c5e45
Octal372145202074602534136105
Binary1111101011001011000001001111001100001010101110010111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA6582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA6582; }

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

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

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

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

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

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

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

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