#FA6186

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

Shades of Brink Pink #FA6186

Tints of Brink Pink #FA6186

Color information

#FA6186 (or 0xFA6186) is unknown color: approx Brink Pink. HEX triplet: FA, 61 and 86. RGB value is (250,97,134). Sum of RGB (Red+Green+Blue) = 250+97+134=481 (63% of max value = 765). Red value is 250 (98.05% from 255 or 51.98% from 481); Green value is 97 (38.28% from 255 or 20.17% from 481); Blue value is 134 (52.73% from 255 or 27.86% from 481); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6186 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA6186 is #059E79. Grayscale: #929292. Windows color (decimal): -368250 or 8806906. OLE color: 8806906.

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

Color convert

RGB25097134-
CMYK00.610.460.02
HSL345.49º93.87%68.04%-
HSV(B)345.49º61.2%98.04%-
XYZ4830.5925.93-
YUV146.96120.69201.49-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 51.98%
GREEN value IS 97 (38.28% from 255) = 20.17%
BLUE value IS 134 (52.73% from 255) = 27.86%
R=51.98%
G=20.17%
B=27.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.46
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2509713400.610.460.02345.4993.8768.04
HexFA618603D2E21595e44
Octal372141206075562531136104
Binary1111101011000011000011001111011011101010101100110111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA6186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA6186; }

 p { color: rgb(250,97,134); }

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

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

 a { background-color: rgb(250,97,134); }

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

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

 span { border-color: rgb(250,97,134); }

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