#FA6D82

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

Shades of Brink Pink #FA6D82

Tints of Brink Pink #FA6D82

Color information

#FA6D82 (or 0xFA6D82) is unknown color: approx Brink Pink. HEX triplet: FA, 6D and 82. RGB value is (250,109,130). Sum of RGB (Red+Green+Blue) = 250+109+130=489 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.12% from 489); Green value is 109 (42.97% from 255 or 22.29% from 489); Blue value is 130 (51.17% from 255 or 26.58% from 489); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6D82 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA6D82 is #05927D. Grayscale: #999999. Windows color (decimal): -365182 or 8547834. OLE color: 8547834.

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

Color convert

RGB250109130-
CMYK00.560.480.02
HSL351.06º93.38%70.39%-
HSV(B)351.06º56.4%98.04%-
XYZ48.9232.8724.89-
YUV153.55114.71196.79-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 51.12%
GREEN value IS 109 (42.97% from 255) = 22.29%
BLUE value IS 130 (51.17% from 255) = 26.58%
R=51.12%
G=22.29%
B=26.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.48
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25010913000.560.480.02351.0693.3870.39
HexFA6D8203830215f5d46
Octal372155202070602537135106
Binary1111101011011011000001001110001100001010101111110111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA6D82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA6D82; }

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

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

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

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

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

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

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

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