#FA6482

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

Shades of Brink Pink #FA6482

Tints of Brink Pink #FA6482

Color information

#FA6482 (or 0xFA6482) is unknown color: approx Brink Pink. HEX triplet: FA, 64 and 82. RGB value is (250,100,130). Sum of RGB (Red+Green+Blue) = 250+100+130=480 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.08% from 480); Green value is 100 (39.45% from 255 or 20.83% from 480); Blue value is 130 (51.17% from 255 or 27.08% from 480); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6482 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA6482 is #059B7D. Grayscale: #949494. Windows color (decimal): -367486 or 8545530. OLE color: 8545530.

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

Color convert

RGB250100130-
CMYK00.60.480.02
HSL348º93.75%68.63%-
HSV(B)348º60%98.04%-
XYZ48.0131.0524.58-
YUV148.27117.7200.56-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 52.08%
GREEN value IS 100 (39.45% from 255) = 20.83%
BLUE value IS 130 (51.17% from 255) = 27.08%
R=52.08%
G=20.83%
B=27.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.48
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25010013000.60.480.0234893.7568.63
HexFA648203C30215c5e45
Octal372144202074602534136105
Binary1111101011001001000001001111001100001010101110010111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA6482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA6482; }

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

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

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

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

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

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

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

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